| xj | b04a402 | 2021-11-25 15:01:52 +0800 | [diff] [blame] | 1 | # |
| 2 | # Makefile for the linux kernel. | ||||
| 3 | # | ||||
| 4 | |||||
| 5 | ccflags-$(CONFIG_ARCH_MULTIPLATFORM) := -I$(srctree)/arch/arm/plat-omap/include | ||||
| 6 | |||||
| 7 | # Common support | ||||
| 8 | obj-y := sram.o dma.o counter_32k.o | ||||
| 9 | |||||
| 10 | # omap_device support (OMAP2+ only at the moment) | ||||
| 11 | |||||
| 12 | obj-$(CONFIG_OMAP_DEBUG_LEDS) += debug-leds.o | ||||