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