Makefile 264 字节
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
11
obj-$(CONFIG_MACH_WBD111)	+= board-wbd111.o
12
obj-$(CONFIG_MACH_WBD222)	+= board-wbd222.o