summaryrefslogtreecommitdiff
path: root/http/Makefile
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-05-13 18:54:45 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-05-13 18:54:45 +0000
commit5d2c26f18f3aac94f9ef4b0f7e0fc09313f3209f (patch)
tree17fbc110cabd712534cd3009d8a21cfe0fb4841a /http/Makefile
parent0417fe38d63d1f663a72e9afc13a68126d9e4576 (diff)
2009-05-13 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile, init.c, system.h: Allow overrides from invoking environment. Also move RTEMS Configuration to bottom of init.c.
Diffstat (limited to 'http/Makefile')
-rw-r--r--http/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/http/Makefile b/http/Makefile
index 75377b8..550310d 100644
--- a/http/Makefile
+++ b/http/Makefile
@@ -32,7 +32,7 @@ include $(PROJECT_ROOT)/make/leaf.cfg
# (OPTIONAL) Add local stuff here using +=
#
-DEFINES +=
+override DEFINES +=
CPPFLAGS +=
CFLAGS_LD += -Wl,--defsym -Wl,HeapSize=0xC0000
CFLAGS_OPTIMIZE_V +=