2001-11-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* custom/dmv152: Remove USE_CONSOLE_A, Remove USE_CONSOLE_B,
	remove make-target-options, remove BSP_CPPFLAGS.
This commit is contained in:
Joel Sherrill
2001-11-15 16:53:10 +00:00
parent 72650fcb59
commit 3460525e86
2 changed files with 5 additions and 15 deletions

View File

@@ -1,4 +1,9 @@
2001-11-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* custom/dmv152: Remove USE_CONSOLE_A, Remove USE_CONSOLE_B,
remove make-target-options, remove BSP_CPPFLAGS.
2001-11-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* custom/simhppa.cfg: Remove SIMHPPA_FAST_IDLE, make-target-options.

View File

@@ -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