mirror of
https://github.com/apache/nuttx.git
synced 2026-06-05 07:12:54 +08:00
Several Makefiles: Add .PHONY definitions to prevent 'clean up to date' message weirdness.
This commit is contained in:
+2
-1
@@ -1,7 +1,7 @@
|
||||
############################################################################
|
||||
# crypto/Makefile
|
||||
#
|
||||
# Copyright (C) 2007, 2008, 2011-2014 Gregory Nutt. All rights reserved.
|
||||
# Copyright (C) 2007, 2008, 2011-2014, 2016 Gregory Nutt. All rights reserved.
|
||||
# Author: Gregory Nutt <gnutt@nuttx.org>
|
||||
#
|
||||
# Redistribution and use in source and binary forms, with or without
|
||||
@@ -70,6 +70,7 @@ OBJS = $(AOBJS) $(COBJS)
|
||||
BIN = libcrypto$(LIBEXT)
|
||||
|
||||
all: $(BIN)
|
||||
.PHONY: depend clean distclean
|
||||
|
||||
$(AOBJS): %$(OBJEXT): %.S
|
||||
$(call ASSEMBLE, $<, $@)
|
||||
|
||||
Reference in New Issue
Block a user