Changeset eef14771 in mainline for kernel/genarch/Makefile.inc
- Timestamp:
- 2013-05-05T21:34:14Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 06fe3b6, 44ecf89
- Parents:
- 716357f (diff), 69483af (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
r716357f reef14771 105 105 endif 106 106 107 ifeq ($(CONFIG_ AM335X_UART),y)107 ifeq ($(CONFIG_OMAP_UART),y) 108 108 GENARCH_SOURCES += \ 109 genarch/src/drivers/ am335x/uart.c109 genarch/src/drivers/omap/uart.c 110 110 endif 111 111 … … 113 113 GENARCH_SOURCES += \ 114 114 genarch/src/drivers/am335x/timer.c 115 endif116 117 ifeq ($(CONFIG_AMDM37X_UART),y)118 GENARCH_SOURCES += \119 genarch/src/drivers/amdm37x/uart.c120 115 endif 121 116
Note:
See TracChangeset
for help on using the changeset viewer.