summaryrefslogtreecommitdiffstats
path: root/make/custom/mvme167.cfg
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-07-26 21:15:27 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-07-26 21:15:27 +0000
commitdb9ae7078d4fe001139d1fbb7816ef71a3d2f2ae (patch)
treec37d84a677b30f009729315c5ac1f8e89c28ee5c /make/custom/mvme167.cfg
parentchanged version to ss-20000726 (diff)
downloadrtems-db9ae7078d4fe001139d1fbb7816ef71a3d2f2ae.tar.bz2
Patch from Charles-Antoine Gauthier <charles.gauthier@nrc.ca> that
removes warnings from the network.c file and has slight additions to the configuration file to support Java.
Diffstat (limited to 'make/custom/mvme167.cfg')
-rw-r--r--make/custom/mvme167.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/custom/mvme167.cfg b/make/custom/mvme167.cfg
index 0ef9a49cd9..f93d1cf1b2 100644
--- a/make/custom/mvme167.cfg
+++ b/make/custom/mvme167.cfg
@@ -21,7 +21,7 @@ RTEMS_BSP_FAMILY=mvme167
# This should really get its own flag, but it works here.
#
-CPU_CFLAGS = -m68040 -DRTEMS_BSP=$(RTEMS_BSP)
+CPU_CFLAGS = -m68040 -DRTEMS_BSP=$(RTEMS_BSP) -D$(RTEMS_BSP)
# BSP specific preprocessor flags.
# These should only be used in BSP dependent directories.