Makefile 296 Bytes
Newer Older
1
# SPDX-License-Identifier: GPL-2.0-only
2 3 4 5
#
# Makefile for the linux kernel.
#

6 7
ccflags-$(CONFIG_ARCH_MULTIPLATFORM) := -I$(srctree)/arch/arm/plat-omap/include

8
# Common support
9
obj-y := sram.o dma.o
10

11 12
# omap_device support (OMAP2+ only at the moment)

13
obj-$(CONFIG_OMAP_DEBUG_LEDS) += debug-leds.o