summaryrefslogtreecommitdiffstats
path: root/kernel/arch/arm/plat-orion/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/arch/arm/plat-orion/Makefile')
-rw-r--r--kernel/arch/arm/plat-orion/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/kernel/arch/arm/plat-orion/Makefile b/kernel/arch/arm/plat-orion/Makefile
new file mode 100644
index 000000000..9433605cd
--- /dev/null
+++ b/kernel/arch/arm/plat-orion/Makefile
@@ -0,0 +1,8 @@
+#
+# Makefile for the linux kernel.
+#
+ccflags-$(CONFIG_ARCH_MULTIPLATFORM) := -I$(srctree)/$(src)/include
+
+orion-gpio-$(CONFIG_GPIOLIB) += gpio.o
+obj-$(CONFIG_PLAT_ORION_LEGACY) += irq.o pcie.o time.o common.o mpp.o
+obj-$(CONFIG_PLAT_ORION_LEGACY) += $(orion-gpio-y)