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