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