Changeset 08253688 in rtems
- Timestamp:
- Aug 20, 2003, 1:45:51 PM (17 years ago)
- Children:
- 21d3667c
- Parents:
- cf18d1d5
- Location:
- make
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
make/ChangeLog
rcf18d1d5 r08253688 1 2003-08-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * custom/mvme167.cfg: Remove PRINTK_MINOR, CONSOLE_MINOR (move to 4 the BSP's configure-script). 5 Remove BSP_CPPFLAGS (Obsolete). 6 1 7 2003-05-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 8 -
make/custom/mvme167.cfg
rcf18d1d5 r08253688 24 24 CPU_CFLAGS = -m68040 25 25 26 # BSP specific preprocessor flags.27 # These should only be used in BSP dependent directories.28 #29 # CONSOLE_MINOR30 # Port to use for the RTEMS console31 # 0 - /dev/tty0, Serial Port 1/Console on the MVME712M.32 # 1 - /dev/tty1, Serial Port 2/TTY01 on the MVME712M.33 # 2 - /dev/tty2, Serial Port 3 on the MVME712M.34 # 3 - /dev/tty3, Serial Port 4 on the MVME712M.35 #36 # PRINTK_MINOR37 # Port to use for printk debugging output.38 # 0 - /dev/tty0, Serial Port 1/Console on the MVME712M.39 # 1 - /dev/tty1, Serial Port 2/TTY01 on the MVME712M.40 # 2 - /dev/tty2, Serial Port 3 on the MVME712M.41 # 3 - /dev/tty3, Serial Port 4 on the MVME712M.42 43 BSP_CPPFLAGS += -DCONSOLE_MINOR=1 -DPRINTK_MINOR=144 45 26 CFLAGS_DEBUG_V += -ggdb 46 27
Note: See TracChangeset
for help on using the changeset viewer.