Changeset db71e2a in mainline for kernel/genarch/Makefile.inc


Ignore:
Timestamp:
2013-07-24T17:42:25Z (13 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
69b264a9
Parents:
52f1882 (diff), cffa14e6 (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.

usb hc macro changes from mainline were reverted, too many conflicts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/genarch/Makefile.inc

    r52f1882 rdb71e2a  
    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_AMDM37X_UART),y)
     107ifeq ($(CONFIG_OMAP_UART),y)
    109108        GENARCH_SOURCES += \
    110                 genarch/src/drivers/amdm37x_uart/amdm37x_uart.c
     109                genarch/src/drivers/omap/uart.c
     110endif
     111
     112ifeq ($(CONFIG_AM335X_TIMERS),y)
     113        GENARCH_SOURCES += \
     114                genarch/src/drivers/am335x/timer.c
    111115endif
    112116
Note: See TracChangeset for help on using the changeset viewer.