Changeset 04803bf in mainline for kernel/genarch/Makefile.inc


Ignore:
Timestamp:
2011-03-21T22:00:17Z (14 years ago)
Author:
Jiri Svoboda <jiri@…>
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.
Message:

Merge mainline changes (needs fixes).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/genarch/Makefile.inc

    rb50b5af2 r04803bf  
    5959ifeq ($(CONFIG_SOFTINT),y)
    6060        GENARCH_SOURCES += \
    61                 genarch/src/softint/division.c
     61                genarch/src/softint/division.c \
     62                genarch/src/softint/multiplication.c
    6263endif
    6364
     
    8788        GENARCH_SOURCES += \
    8889                genarch/src/drivers/ns16550/ns16550.c
     90endif
     91
     92ifeq ($(CONFIG_S3C24XX_IRQC),y)
     93        GENARCH_SOURCES += \
     94                genarch/src/drivers/s3c24xx_irqc/s3c24xx_irqc.c
     95endif
     96
     97ifeq ($(CONFIG_S3C24XX_UART),y)
     98        GENARCH_SOURCES += \
     99                genarch/src/drivers/s3c24xx_uart/s3c24xx_uart.c
    89100endif
    90101
Note: See TracChangeset for help on using the changeset viewer.