forked from Minki/linux
bd0f9a3ff4
added base support for the Wiligear WBD-111 supported devices on SoC - GPIO with led und keys - UART - PFLASH, set fixed partition table Signed-off-by: Imre Kaloz <kaloz@openwrt.org> Signed-off-by: Hans Ulli Kroll <ulli.kroll@googlemail.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
12 lines
220 B
Makefile
12 lines
220 B
Makefile
#
|
|
# Makefile for the linux kernel.
|
|
#
|
|
|
|
# Object file lists.
|
|
|
|
obj-y := irq.o mm.o time.o devices.o gpio.o
|
|
|
|
# Board-specific support
|
|
obj-$(CONFIG_MACH_RUT100) += board-rut1xx.o
|
|
obj-$(CONFIG_MACH_WBD111) += board-wbd111.o
|