xref: /linux/arch/arm/plat-orion/Makefile (revision 14a3c4ab0e58d143c7928c9eb2f2610205e13bf2)
1#
2# Makefile for the linux kernel.
3#
4
5obj-y	:= irq.o pcie.o time.o
6obj-m	:=
7obj-n	:=
8obj-	:=
9
10obj-$(CONFIG_GENERIC_GPIO) += gpio.o
11