# SPDX-License-Identifier: GPL-2.0-only # # Makefile for the linux kernel. # ccflags-$([31mCONFIG_ARCH_MULTIPLATFORM[0m) := -I$(srctree)/arch/arm/plat-omap/include # Common support obj-y := sram.o dma.o counter_32k.o # omap_device support (OMAP2+ only at the moment) obj-$([31mCONFIG_OMAP_DEBUG_LEDS[0m) += debug-leds.o |