blob: a82cecb849485002c57123abaf89f1d33290fea5 [file] [log] [blame]
Lennert Buytenhek69b02f62008-03-27 14:51:39 -04001#
2# Makefile for the linux kernel.
3#
Rob Herring46f20072012-09-27 10:10:12 -05004ccflags-$(CONFIG_ARCH_MULTIPLATFORM) := -I$(srctree)/$(src)/include
Lennert Buytenhek69b02f62008-03-27 14:51:39 -04005
Thomas Petazzoniabcda1d2012-09-11 14:27:27 +02006obj-y += addr-map.o
Lennert Buytenhek9569dae2008-10-20 01:51:03 +02007
Thomas Petazzoniabcda1d2012-09-11 14:27:27 +02008orion-gpio-$(CONFIG_GENERIC_GPIO) += gpio.o
9obj-$(CONFIG_PLAT_ORION_LEGACY) += irq.o pcie.o time.o common.o mpp.o
10obj-$(CONFIG_PLAT_ORION_LEGACY) += $(orion-gpio-y)