Makefile 146 字节
Newer Older
L
Lennert Buytenhek 已提交
1 2 3 4
#
# Makefile for the linux kernel.
#

5
obj-y	:= irq.o pcie.o time.o common.o mpp.o
L
Lennert Buytenhek 已提交
6 7 8
obj-m	:=
obj-n	:=
obj-	:=
9 10

obj-$(CONFIG_GENERIC_GPIO) += gpio.o