Changeset 19b3cc6 in mainline for kernel/genarch/Makefile.inc
- Timestamp:
- 2014-01-17T23:12:10Z (11 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- e26a9d95
- Parents:
- fddffb2 (diff), facc34d (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/genarch/Makefile.inc
rfddffb2 r19b3cc6 90 90 endif 91 91 92 ifeq ($(CONFIG_ ARM926_UART),y)92 ifeq ($(CONFIG_PL011_UART),y) 93 93 GENARCH_SOURCES += \ 94 genarch/src/drivers/ arm926_uart/arm926_uart.c94 genarch/src/drivers/pl011/pl011.c 95 95 endif 96 96 … … 123 123 GENARCH_SOURCES += \ 124 124 genarch/src/drivers/am335x/timer.c 125 endif 126 127 ifeq ($(CONFIG_BCM2835_MAILBOX),y) 128 GENARCH_SOURCES += \ 129 genarch/src/drivers/bcm2835/mbox.c 125 130 endif 126 131
Note:
See TracChangeset
for help on using the changeset viewer.