Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | # |
| 2 | # Makefile for the linux kernel. |
| 3 | # |
| 4 | |
| 5 | # Object file lists. |
| 6 | |
Linus Walleij | bcc397d | 2014-10-22 10:05:44 +0200 | [diff] [blame] | 7 | obj-y := core.o lm.o |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 8 | obj-$(CONFIG_ARCH_INTEGRATOR_AP) += integrator_ap.o |
| 9 | obj-$(CONFIG_ARCH_INTEGRATOR_CP) += integrator_cp.o |
| 10 | |
Linus Walleij | f4bc4f0 | 2013-01-29 17:14:18 +0100 | [diff] [blame] | 11 | obj-$(CONFIG_PCI) += pci_v3.o |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 12 | obj-$(CONFIG_INTEGRATOR_IMPD1) += impd1.o |