Changeset bd6ec28 in rtems
- Timestamp:
- 08/20/03 13:36:43 (19 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 23847bd3
- Parents:
- a0bbbdd
- Location:
- c/src/lib/libbsp/m68k/mvme167
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/m68k/mvme167/ChangeLog
ra0bbbdd rbd6ec28 1 2003-08-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * configure.ac: Add BSPOPTS PRINTK_MINOR and CONSOLE_MINOR. 4 * console/Makefile.am: Don't include @RTEMS_BSP@.cfg 5 1 6 2003-08-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 7 -
c/src/lib/libbsp/m68k/mvme167/configure.ac
ra0bbbdd rbd6ec28 35 35 [1 for using termios based console.]) 36 36 37 RTEMS_BSPOPTS_SET([CONSOLE_MINOR],[*],[1]) 38 RTEMS_BSPOPTS_HELP([CONSOLE_MINOR], 39 [Port to use for the RTEMS console. 40 0 - /dev/tty0, Serial Port 1/Console on the MVME712M. 41 1 - /dev/tty1, Serial Port 2/TTY01 on the MVME712M. 42 2 - /dev/tty2, Serial Port 3 on the MVME712M. 43 3 - /dev/tty3, Serial Port 4 on the MVME712M.]) 44 45 RTEMS_BSPOPTS_SET([PRINTK_MINOR],[*],[1]) 46 RTEMS_BSPOPTS_HELP([PRINTK_MINOR], 47 [Port to use for printk debugging output. 48 0 - /dev/tty0, Serial Port 1/Console on the MVME712M. 49 1 - /dev/tty1, Serial Port 2/TTY01 on the MVME712M. 50 2 - /dev/tty2, Serial Port 3 on the MVME712M. 51 3 - /dev/tty3, Serial Port 4 on the MVME712M.]) 52 37 53 # Explicitly list all Makefiles here 38 54 AC_CONFIG_FILES([Makefile -
c/src/lib/libbsp/m68k/mvme167/console/Makefile.am
ra0bbbdd rbd6ec28 9 9 OBJS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT)) 10 10 11 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg12 11 include $(top_srcdir)/../../../../automake/compile.am 13 12 include $(top_srcdir)/../../../../automake/lib.am
Note: See TracChangeset
for help on using the changeset viewer.