From 3460525e86e33e42a66856da3a2d7d3fa4967e1e Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 15 Nov 2001 16:53:10 +0000 Subject: 2001-11-15 Ralf Corsepius * custom/dmv152: Remove USE_CONSOLE_A, Remove USE_CONSOLE_B, remove make-target-options, remove BSP_CPPFLAGS. --- make/ChangeLog | 5 +++++ make/custom/dmv152.cfg | 15 --------------- 2 files changed, 5 insertions(+), 15 deletions(-) (limited to 'make') diff --git a/make/ChangeLog b/make/ChangeLog index 2385d56ba0..8f338c7e19 100644 --- a/make/ChangeLog +++ b/make/ChangeLog @@ -1,4 +1,9 @@ +2001-11-15 Ralf Corsepius + + * custom/dmv152: Remove USE_CONSOLE_A, Remove USE_CONSOLE_B, + remove make-target-options, remove BSP_CPPFLAGS. + 2001-11-15 Ralf Corsepius * custom/simhppa.cfg: Remove SIMHPPA_FAST_IDLE, make-target-options. diff --git a/make/custom/dmv152.cfg b/make/custom/dmv152.cfg index b9cb7a3c5b..c41ec347ba 100644 --- a/make/custom/dmv152.cfg +++ b/make/custom/dmv152.cfg @@ -19,25 +19,10 @@ RTEMS_BSP_FAMILY=dmv152 CPU_CFLAGS = -# BSP specific preprocessor flags. -# These should only be used in BSP dependent directories. -BSP_CPPFLAGS = -DUSE_CHANNEL_A - # optimize flag: typically -0, could use -O4 or -fast # -O4 is ok for RTEMS CFLAGS_OPTIMIZE_V=-O4 -fomit-frame-pointer -# This section makes the target dependent options file. -# USE_CHANNEL_A (DMV152) -# USE_CHANNEL_B (DMV152) -# One and only one of these should be set to 1 to indicate which -# serial port is used as the RTEMS console. - -define make-target-options -# @echo "#define USE_CHANNEL_A 1" >>$@ -# @echo "#define USE_CHANNEL_B 0" >>$@ -endef - # Here is the rule to actually build a $(ARCH)/foo.exe # It also builds $(ARCH)/foo.sr and $(ARCH)/foo.nm # Usage ref: src/tests/sptest/sp1/Makefile -- cgit v1.2.3