summaryrefslogtreecommitdiff
path: root/tftpTest
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-05-13 18:55:13 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-05-13 18:55:13 +0000
commit94e30bd16549d612f2ada5838759fa8861cb8826 (patch)
tree8a375a928452cc10e505b4506d9006f7e6b826c7 /tftpTest
parent5d2c26f18f3aac94f9ef4b0f7e0fc09313f3209f (diff)
2009-05-13 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile: Allow overrides from invoking environment.
Diffstat (limited to 'tftpTest')
-rw-r--r--tftpTest/ChangeLog4
-rw-r--r--tftpTest/Makefile2
2 files changed, 5 insertions, 1 deletions
diff --git a/tftpTest/ChangeLog b/tftpTest/ChangeLog
index c750d82..2de8601 100644
--- a/tftpTest/ChangeLog
+++ b/tftpTest/ChangeLog
@@ -1,3 +1,7 @@
+2009-05-13 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * Makefile: Allow overrides from invoking environment.
+
2009-05-12 Joel Sherrill <joel.sherrill@OARcorp.com>
* init.c: Now build with libbsdport.
diff --git a/tftpTest/Makefile b/tftpTest/Makefile
index 2047d02..c854dae 100644
--- a/tftpTest/Makefile
+++ b/tftpTest/Makefile
@@ -32,7 +32,7 @@ include $(PROJECT_ROOT)/make/leaf.cfg
# (OPTIONAL) Add local stuff here using +=
#
-DEFINES +=
+override DEFINES +=
CPPFLAGS +=
CFLAGS +=
CFLAGS_LD += -Wl,--defsym -Wl,HeapSize=0x40000