Amit Kucheria | b996b58 | 2010-02-02 11:57:53 -0800 | [diff] [blame] | 1 | # |
2 | # Makefile for the linux kernel. | ||||
3 | # | ||||
4 | |||||
5 | # Object file lists. | ||||
6 | obj-y := cpu.o mm.o clock-mx51.o devices.o | ||||
7 | |||||
8 | obj-$(CONFIG_MACH_MX51_BABBAGE) += board-mx51_babbage.o | ||||
Jason Wang | beaac6f3 | 2010-07-14 21:24:52 +0800 | [diff] [blame^] | 9 | obj-$(CONFIG_MACH_MX51_3DS) += board-mx51_3ds.o |