2005-04-17 02:20:36 +04:00
|
|
|
#
|
|
|
|
# Makefile for the linux kernel.
|
|
|
|
#
|
|
|
|
|
|
|
|
# Object file lists.
|
|
|
|
|
2014-10-22 12:05:44 +04:00
|
|
|
obj-y := core.o lm.o
|
2005-04-17 02:20:36 +04:00
|
|
|
obj-$(CONFIG_ARCH_INTEGRATOR_AP) += integrator_ap.o
|
|
|
|
obj-$(CONFIG_ARCH_INTEGRATOR_CP) += integrator_cp.o
|
|
|
|
|
2013-01-29 20:14:18 +04:00
|
|
|
obj-$(CONFIG_PCI) += pci_v3.o
|
2005-04-17 02:20:36 +04:00
|
|
|
obj-$(CONFIG_INTEGRATOR_IMPD1) += impd1.o
|