diff options
author | Bryan Wu <bryan.wu@canonical.com> | 2012-03-14 01:31:30 +0800 |
---|---|---|
committer | Bryan Wu <bryan.wu@canonical.com> | 2012-08-01 11:22:05 +0800 |
commit | 408a4b2e0f8e2cb674560044006b08cefd52cece (patch) | |
tree | 983fbb23425b740acf50305360bb666d14cf6f51 /arch/arm/mach-shark/Makefile | |
parent | ae5362d2c26c031fdb35ebd9c768eea62f38f25a (diff) |
ARM: mach-shark: retire custom LED code
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>
Diffstat (limited to 'arch/arm/mach-shark/Makefile')
-rw-r--r-- | arch/arm/mach-shark/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/arm/mach-shark/Makefile b/arch/arm/mach-shark/Makefile index 45be9b04e7b..29657183c45 100644 --- a/arch/arm/mach-shark/Makefile +++ b/arch/arm/mach-shark/Makefile @@ -4,9 +4,7 @@ # Object file lists. -obj-y := core.o dma.o irq.o pci.o +obj-y := core.o dma.o irq.o pci.o leds.o obj-m := obj-n := obj- := - -obj-$(CONFIG_LEDS) += leds.o |