Bellido Nicolas | 038c5b6 | 2005-06-20 18:51:05 +0100 | [diff] [blame] | 1 | # |
2 | # Makefile for the linux kernel. | ||||
3 | # | ||||
4 | |||||
5 | # Common support (must be linked before board specific support) | ||||
6 | obj-y += core.o | ||||
7 | |||||
8 | # Specific board support | ||||
9 | obj-$(CONFIG_MACH_AAED2000) += aaed2000.o |