Changeset 04803bf in mainline for kernel/genarch/Makefile.inc
- Timestamp:
- 2011-03-21T22:00:17Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 143932e3
- Parents:
- b50b5af2 (diff), 7308e84 (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
rb50b5af2 r04803bf 59 59 ifeq ($(CONFIG_SOFTINT),y) 60 60 GENARCH_SOURCES += \ 61 genarch/src/softint/division.c 61 genarch/src/softint/division.c \ 62 genarch/src/softint/multiplication.c 62 63 endif 63 64 … … 87 88 GENARCH_SOURCES += \ 88 89 genarch/src/drivers/ns16550/ns16550.c 90 endif 91 92 ifeq ($(CONFIG_S3C24XX_IRQC),y) 93 GENARCH_SOURCES += \ 94 genarch/src/drivers/s3c24xx_irqc/s3c24xx_irqc.c 95 endif 96 97 ifeq ($(CONFIG_S3C24XX_UART),y) 98 GENARCH_SOURCES += \ 99 genarch/src/drivers/s3c24xx_uart/s3c24xx_uart.c 89 100 endif 90 101
Note:
See TracChangeset
for help on using the changeset viewer.