summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-08-22 15:48:14 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-08-22 15:48:14 +0000
commit993437a36d4ca9a4ce44d5da6288a8759163f8e1 (patch)
tree33ec0031e00bdb029f7f42dd4e814286f20e4890
parentNew file. (diff)
downloadada-examples-993437a36d4ca9a4ce44d5da6288a8759163f8e1.tar.bz2
2008-08-22 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile: Update Makefiles.
-rw-r--r--pingpong/ChangeLog4
-rw-r--r--pingpong/Makefile5
2 files changed, 7 insertions, 2 deletions
diff --git a/pingpong/ChangeLog b/pingpong/ChangeLog
index f9bb837..da93c37 100644
--- a/pingpong/ChangeLog
+++ b/pingpong/ChangeLog
@@ -1,3 +1,7 @@
+2008-08-22 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * Makefile: Update Makefiles.
+
2007-10-17 Joel Sherrill <joel.sherrill@oarcorp.com>
* pingpong.adb: Adding new tests as improvements are made to the RTEMS
diff --git a/pingpong/Makefile b/pingpong/Makefile
index fa5c37c..30a4d33 100644
--- a/pingpong/Makefile
+++ b/pingpong/Makefile
@@ -11,10 +11,10 @@ include $(RTEMS_CUSTOM)
include $(PROJECT_ROOT)/make/leaf.cfg
# stack size for the first Ada thread
-CFLAGS +=-DGNAT_MAIN_STACKSPACE=100
+DEFINES +=-DGNAT_MAIN_STACKSPACE=100
# initialize the network stack -- assumes existence of networkconfig.h
-CFLAGS +=-DMAIN_USE_NETWORKING=1
+DEFINES +=-DMAIN_USE_NETWORKING=1
# Should we prompt for command line arguments?
# DEFINES +=-DMAIN_USE_REQUIRES_COMMAND_LINE
@@ -24,5 +24,6 @@ CFLAGS +=-DMAIN_USE_NETWORKING=1
# Some tests need to be able to do a gethostbyname
NEED_ROOTFS_FOR_HOST_INFO=yes
+NEED_NETWORK=yes
include ../Makefile.shared