Changeset 192565b in mainline for kernel/genarch/Makefile.inc


Ignore:
Timestamp:
2013-05-27T13:18:13Z (11 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
f2c19b0
Parents:
d120133 (diff), c90aed4 (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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/genarch/Makefile.inc

    rd120133 r192565b  
    6666        GENARCH_SOURCES += \
    6767                genarch/src/fb/font-8x16.c \
    68                 genarch/src/fb/logo-196x66.c \
    6968                genarch/src/fb/fb.c \
    7069                genarch/src/fb/bfb.c
     
    106105endif
    107106
    108 ifeq ($(CONFIG_AM335X_UART),y)
     107ifeq ($(CONFIG_OMAP_UART),y)
    109108        GENARCH_SOURCES += \
    110                 genarch/src/drivers/am335x/uart.c
     109                genarch/src/drivers/omap/uart.c
    111110endif
    112111
     
    114113        GENARCH_SOURCES += \
    115114                genarch/src/drivers/am335x/timer.c
    116 endif
    117 
    118 ifeq ($(CONFIG_AMDM37X_UART),y)
    119         GENARCH_SOURCES += \
    120                 genarch/src/drivers/amdm37x/uart.c
    121115endif
    122116
Note: See TracChangeset for help on using the changeset viewer.