1 2 3 4 5 6
# # Makefile for the linux kernel. # obj-y := core.o clock.o obj-$(CONFIG_MACH_REALVIEW_EB) += realview_eb.o