038c5b602524
4ab08ecfbc68
1 2 3 4 5
6
7 8 9
# # Makefile for the linux kernel. # # Common support (must be linked before board specific support) obj-y += core.o # Specific board support obj-$(CONFIG_MACH_AAED2000) += aaed2000.o