mirror of
https://github.com/torvalds/linux.git
synced 2024-11-19 02:21:47 +00:00
9e73c84c89
Add support for the Qualcomm MSM7200A eval board. Common devices are defined in common.c, to avoid excessive cut'n'pasting them into other board files. Signed-off-by: Brian Swetland <swetland@google.com>
8 lines
131 B
Makefile
8 lines
131 B
Makefile
obj-y += io.o idle.o irq.o timer.o
|
|
|
|
# Common code for board init
|
|
obj-y += common.o
|
|
|
|
obj-$(CONFIG_MACH_HALIBUT) += board-halibut.o
|
|
|