Makefile 176 字节
Newer Older
1 2 3 4 5 6
#
# Makefile for the linux kernel.
#

# Object file lists.

7
obj-y			:= irq.o mm.o time.o devices.o gpio.o
8 9 10

# Board-specific support
obj-$(CONFIG_MACH_RUT100)	+= board-rut1xx.o