diff options
author | Bryan Wu <bryan.wu@canonical.com> | 2011-06-30 18:56:17 +0400 |
---|---|---|
committer | Bryan Wu <bryan.wu@canonical.com> | 2012-08-01 07:22:09 +0400 |
commit | 3dd6b990d1abde274bb47e681c98addb61edb395 (patch) | |
tree | 654bf2253dc848c5f8fcf106a68f3b3e4568ea97 /arch/arm/mach-ebsa110/Makefile | |
parent | 8ee8ef2996df477aa1623bd213b1548ab1b9c07c (diff) | |
download | linux-3dd6b990d1abde274bb47e681c98addb61edb395.tar.xz |
ARM: mach-ebsa110: retire custom LED code
Signed-off-by: Bryan Wu <bryan.wu@canonical.com>
Diffstat (limited to 'arch/arm/mach-ebsa110/Makefile')
-rw-r--r-- | arch/arm/mach-ebsa110/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/arm/mach-ebsa110/Makefile b/arch/arm/mach-ebsa110/Makefile index 6520ac835802..935e4af01a27 100644 --- a/arch/arm/mach-ebsa110/Makefile +++ b/arch/arm/mach-ebsa110/Makefile @@ -4,9 +4,7 @@ # Object file lists. -obj-y := core.o io.o +obj-y := core.o io.o leds.o obj-m := obj-n := obj- := - -obj-$(CONFIG_LEDS) += leds.o |