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) | ||||
Bellido Nicolas | 4224b67 | 2005-10-28 16:51:43 +0100 | [diff] [blame] | 6 | obj-y += core.o clock.o |
Bellido Nicolas | 038c5b6 | 2005-06-20 18:51:05 +0100 | [diff] [blame] | 7 | |
8 | # Specific board support | ||||
9 | obj-$(CONFIG_MACH_AAED2000) += aaed2000.o |