Makefile 157 Bytes
#
# Makefile for the linux kernel.
#

obj-y	:= irq.o pcie.o time.o common.o mpp.o addr-map.o
obj-m	:=
obj-n	:=
obj-	:=

obj-$(CONFIG_GENERIC_GPIO) += gpio.o