mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 01:31:44 +00:00
408a4b2e0f
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>
11 lines
135 B
Makefile
11 lines
135 B
Makefile
#
|
|
# Makefile for the linux kernel.
|
|
#
|
|
|
|
# Object file lists.
|
|
|
|
obj-y := core.o dma.o irq.o pci.o leds.o
|
|
obj-m :=
|
|
obj-n :=
|
|
obj- :=
|