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