Thomas Gleixner | ec8f24b | 2019-05-19 13:07:45 +0100 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0-only |
Tony Lindgren | 5e1c5ff | 2005-07-10 19:58:15 +0100 | [diff] [blame] | 2 | # |
| 3 | # Makefile for the linux kernel. |
| 4 | # |
| 5 | |
Tony Lindgren | a069486 | 2013-01-11 11:24:20 -0800 | [diff] [blame] | 6 | ccflags-$(CONFIG_ARCH_MULTIPLATFORM) := -I$(srctree)/arch/arm/plat-omap/include |
| 7 | |
Tony Lindgren | 5e1c5ff | 2005-07-10 19:58:15 +0100 | [diff] [blame] | 8 | # Common support |
Tony Lindgren | 16d60bb | 2012-12-16 11:39:40 -0800 | [diff] [blame] | 9 | obj-y := sram.o dma.o counter_32k.o |
Tony Lindgren | 5e1c5ff | 2005-07-10 19:58:15 +0100 | [diff] [blame] | 10 | |
Paul Walmsley | b04b65a | 2009-09-03 20:14:05 +0300 | [diff] [blame] | 11 | # omap_device support (OMAP2+ only at the moment) |
Paul Walmsley | b04b65a | 2009-09-03 20:14:05 +0300 | [diff] [blame] | 12 | |
David Brownell | 994c84e | 2006-12-06 17:14:03 -0800 | [diff] [blame] | 13 | obj-$(CONFIG_OMAP_DEBUG_LEDS) += debug-leds.o |