Changeset 03362fbd in mainline for kernel/genarch/Makefile.inc


Ignore:
Timestamp:
2013-02-09T23:14:45Z (13 years ago)
Author:
Jan Vesely <jano.vesely@…>
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.
Message:

Merge mainline changes.

Conflict resulting from bool.h → stdbool.h move and ddf structs turning opaque.
Fails to boot to shell console.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/genarch/Makefile.inc

    rb5d2e57 r03362fbd  
    9191endif
    9292
     93ifeq ($(CONFIG_ARM926_UART),y)
     94        GENARCH_SOURCES += \
     95                genarch/src/drivers/arm926_uart/arm926_uart.c
     96endif
     97
    9398ifeq ($(CONFIG_S3C24XX_IRQC),y)
    9499        GENARCH_SOURCES += \
     
    99104        GENARCH_SOURCES += \
    100105                genarch/src/drivers/s3c24xx_uart/s3c24xx_uart.c
     106endif
     107
     108ifeq ($(CONFIG_AMDM37X_UART),y)
     109        GENARCH_SOURCES += \
     110                genarch/src/drivers/amdm37x_uart/amdm37x_uart.c
    101111endif
    102112
Note: See TracChangeset for help on using the changeset viewer.