2024-09-09 08:52:07 +00:00
|
|
|
#
|
|
|
|
# Makefile for the linux kernel.
|
|
|
|
#
|
|
|
|
|
|
|
|
# Object file lists.
|
|
|
|
|
2024-09-09 08:57:42 +00:00
|
|
|
obj-y := core.o lm.o leds.o
|
2024-09-09 08:52:07 +00:00
|
|
|
obj-$(CONFIG_ARCH_INTEGRATOR_AP) += integrator_ap.o
|
|
|
|
obj-$(CONFIG_ARCH_INTEGRATOR_CP) += integrator_cp.o
|
|
|
|
|
2024-09-09 08:57:42 +00:00
|
|
|
obj-$(CONFIG_PCI) += pci_v3.o
|
2024-09-09 08:52:07 +00:00
|
|
|
obj-$(CONFIG_INTEGRATOR_IMPD1) += impd1.o
|