Lennert Buytenhek | 69b02f6 | 2008-03-27 14:51:39 -0400 | [diff] [blame] | 1 | # |
| 2 | # Makefile for the linux kernel. |
| 3 | # |
Rob Herring | 46f2007 | 2012-09-27 10:10:12 -0500 | [diff] [blame] | 4 | ccflags-$(CONFIG_ARCH_MULTIPLATFORM) := -I$(srctree)/$(src)/include |
Lennert Buytenhek | 69b02f6 | 2008-03-27 14:51:39 -0400 | [diff] [blame] | 5 | |
Alexandre Courbot | 43b426d | 2013-03-10 21:13:04 +0900 | [diff] [blame] | 6 | orion-gpio-$(CONFIG_GPIOLIB) += gpio.o |
Thomas Petazzoni | abcda1d | 2012-09-11 14:27:27 +0200 | [diff] [blame] | 7 | obj-$(CONFIG_PLAT_ORION_LEGACY) += irq.o pcie.o time.o common.o mpp.o |
| 8 | obj-$(CONFIG_PLAT_ORION_LEGACY) += $(orion-gpio-y) |