1# SPDX-License-Identifier: GPL-2.0-only
2#
3# Makefile for the linux kernel.
4#
5
6ccflags-$(CONFIG_ARCH_MULTIPLATFORM) := -I$(srctree)/arch/arm/plat-omap/include
7
8# Common support
9obj-y := sram.o dma.o counter_32k.o
10
11# omap_device support (OMAP2+ only at the moment)
12
13obj-$(CONFIG_OMAP_DEBUG_LEDS) += debug-leds.o
14