forked from Minki/linux
95f4965cf8
Use the LED in core module for CPU activity and also enable 4 debugging LEDs in baseboard. The CPU activity LED is now handled by the trigger in the leds subsystem, retire this old CONFIG_LEDS-based code. Signed-off-by: Bryan Wu <bryan.wu@canonical.com>
14 lines
321 B
Makefile
14 lines
321 B
Makefile
#
|
|
# Makefile for the linux kernel.
|
|
#
|
|
|
|
# Object file lists.
|
|
|
|
obj-y := core.o lm.o leds.o
|
|
obj-$(CONFIG_ARCH_INTEGRATOR_AP) += integrator_ap.o
|
|
obj-$(CONFIG_ARCH_INTEGRATOR_CP) += integrator_cp.o
|
|
|
|
obj-$(CONFIG_PCI) += pci_v3.o pci.o
|
|
obj-$(CONFIG_CPU_FREQ_INTEGRATOR) += cpu.o
|
|
obj-$(CONFIG_INTEGRATOR_IMPD1) += impd1.o
|