2005-04-16 22:20:36 +00:00
|
|
|
#
|
|
|
|
# Makefile for the linux kernel.
|
|
|
|
#
|
|
|
|
|
|
|
|
# Object file lists.
|
|
|
|
|
2012-03-13 17:50:00 +00:00
|
|
|
obj-y := core.o lm.o leds.o
|
2005-04-16 22:20:36 +00:00
|
|
|
obj-$(CONFIG_ARCH_INTEGRATOR_AP) += integrator_ap.o
|
|
|
|
obj-$(CONFIG_ARCH_INTEGRATOR_CP) += integrator_cp.o
|
|
|
|
|
2013-01-29 16:14:18 +00:00
|
|
|
obj-$(CONFIG_PCI) += pci_v3.o
|
2005-04-16 22:20:36 +00:00
|
|
|
obj-$(CONFIG_INTEGRATOR_IMPD1) += impd1.o
|