| 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) | ||||
| Russell King | 4ab08ec | 2008-11-30 17:27:20 +0000 | [diff] [blame] | 6 | obj-y += core.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 | ||||