2019-05-19 20:07:45 +08:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2005-07-11 02:58:15 +08:00
|
|
|
#
|
|
|
|
# Makefile for the linux kernel.
|
|
|
|
#
|
|
|
|
|
2013-01-12 03:24:20 +08:00
|
|
|
ccflags-$(CONFIG_ARCH_MULTIPLATFORM) := -I$(srctree)/arch/arm/plat-omap/include
|
|
|
|
|
2005-07-11 02:58:15 +08:00
|
|
|
# Common support
|
2012-12-17 03:39:40 +08:00
|
|
|
obj-y := sram.o dma.o counter_32k.o
|
2005-07-11 02:58:15 +08:00
|
|
|
|
2009-09-04 01:14:05 +08:00
|
|
|
# omap_device support (OMAP2+ only at the moment)
|
|
|
|
|
2006-12-07 09:14:03 +08:00
|
|
|
obj-$(CONFIG_OMAP_DEBUG_LEDS) += debug-leds.o
|