348ee123a1
This is just enough to get the device booting and serial console working. Sufficient for debugging further MSM7k/Dream Support. This will support HTC Dream / T-Mobile G1 / Android ADP1 (which are all the same hardware, known as "trout" to the ARM machine database). Signed-off-by: Brian Swetland <swetland@google.com> Reviewed-by: GeunSik Lim <geunsik.lim@samsung.com> Signed-off-by: Pavel Machek <pavel@ucw.cz> Signed-off-by: Daniel Walker <dwalker@codeaurora.org>
9 lines
218 B
Makefile
9 lines
218 B
Makefile
obj-y += io.o idle.o irq.o timer.o dma.o
|
|
obj-y += devices.o
|
|
obj-y += proc_comm.o
|
|
obj-y += vreg.o
|
|
obj-y += clock.o clock-7x01a.o
|
|
|
|
obj-$(CONFIG_MACH_HALIBUT) += board-halibut.o
|
|
|
|
obj-$(CONFIG_MACH_TROUT) += board-dream.o
|