Changeset 03362fbd in mainline for kernel/genarch/Makefile.inc
- Timestamp:
- 2013-02-09T23:14:45Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/fix-logger-deadlock, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 22dfd38
- Parents:
- b5d2e57 (diff), 005b765 (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
-
kernel/genarch/Makefile.inc (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
kernel/genarch/Makefile.inc
rb5d2e57 r03362fbd 91 91 endif 92 92 93 ifeq ($(CONFIG_ARM926_UART),y) 94 GENARCH_SOURCES += \ 95 genarch/src/drivers/arm926_uart/arm926_uart.c 96 endif 97 93 98 ifeq ($(CONFIG_S3C24XX_IRQC),y) 94 99 GENARCH_SOURCES += \ … … 99 104 GENARCH_SOURCES += \ 100 105 genarch/src/drivers/s3c24xx_uart/s3c24xx_uart.c 106 endif 107 108 ifeq ($(CONFIG_AMDM37X_UART),y) 109 GENARCH_SOURCES += \ 110 genarch/src/drivers/amdm37x_uart/amdm37x_uart.c 101 111 endif 102 112
Note:
See TracChangeset
for help on using the changeset viewer.
