forked from Imagelibrary/rtems
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:
@@ -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>
|
2001-11-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* custom/simhppa.cfg: Remove SIMHPPA_FAST_IDLE, make-target-options.
|
* custom/simhppa.cfg: Remove SIMHPPA_FAST_IDLE, make-target-options.
|
||||||
|
|||||||
@@ -19,25 +19,10 @@ RTEMS_BSP_FAMILY=dmv152
|
|||||||
|
|
||||||
CPU_CFLAGS =
|
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
|
# optimize flag: typically -0, could use -O4 or -fast
|
||||||
# -O4 is ok for RTEMS
|
# -O4 is ok for RTEMS
|
||||||
CFLAGS_OPTIMIZE_V=-O4 -fomit-frame-pointer
|
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
|
# Here is the rule to actually build a $(ARCH)/foo.exe
|
||||||
# It also builds $(ARCH)/foo.sr and $(ARCH)/foo.nm
|
# It also builds $(ARCH)/foo.sr and $(ARCH)/foo.nm
|
||||||
# Usage ref: src/tests/sptest/sp1/Makefile
|
# Usage ref: src/tests/sptest/sp1/Makefile
|
||||||
|
|||||||
Reference in New Issue
Block a user