Changeset 6b5a85ae in rtems
- Timestamp:
- 05/24/01 20:03:10 (23 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- b1a2ae92
- Parents:
- a86c171
- Location:
- make
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
make/ChangeLog
ra86c171 r6b5a85ae 1 2 2001-05-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 3 4 * custom/dmv177.cfg: Remove CONSOLE_USE_INTERRUPTS, 5 CONSOLE_USE_POLLED, HAS_RTC. 1 6 2 7 2001-05-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> -
make/custom/dmv177.cfg
ra86c171 r6b5a85ae 19 19 # This section makes the target dependent options file. 20 20 21 # CONSOLE_USE_POLLED (psim_bsp)22 # CONSOLE_USE_INTERRUPTS (psim_bsp)23 # The psim console driver has the structure to operate in either24 # polled or interrupt mode. However both modes only trap to the25 # monitor currently.26 #27 21 # PPC_VECTOR_FILE_BASE (ppc) 28 22 # This defines the base address of the exception table. … … 50 44 51 45 define make-target-options 52 @echo "#define CONSOLE_USE_INTERRUPTS 0" >>$@53 @echo "#define CONSOLE_USE_POLLED !CONSOLE_USE_INTERRUPTS" >>$@54 46 @echo "#define PPC_VECTOR_FILE_BASE 0x0100" >>$@ 55 47 @echo "#define PPC_USE_SPRG 0" >>$@ … … 67 59 # NOTE: some level of -O may be actually required by inline assembler 68 60 CFLAGS_OPTIMIZE_V=-O4 -fno-keep-inline-functions 69 70 # Define this to yes if this target supports a real-time clock.71 HAS_RTC=yes72 61 73 62 # The following is a ld command file which works without using the
Note: See TracChangeset
for help on using the changeset viewer.