diff options
author | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2015-03-12 17:54:31 +0300 |
---|---|---|
committer | Nicolas Ferre <nicolas.ferre@atmel.com> | 2015-03-13 20:01:10 +0300 |
commit | 598e085590fc5ac1fecff00e842a8a6c2ae010e5 (patch) | |
tree | a7438dbbe3046a2ea83a95d2c5f83812e4703e4c /arch/arm/mach-at91/Makefile | |
parent | 075fcc9f71dc0c76c32073a507f644c5b6fd3c20 (diff) | |
download | linux-598e085590fc5ac1fecff00e842a8a6c2ae010e5.tar.xz |
ARM: at91: remove old setup
The old setup is not used anymore, remove it
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Diffstat (limited to 'arch/arm/mach-at91/Makefile')
-rw-r--r-- | arch/arm/mach-at91/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-at91/Makefile b/arch/arm/mach-at91/Makefile index 709f059602b9..ea54c9824d89 100644 --- a/arch/arm/mach-at91/Makefile +++ b/arch/arm/mach-at91/Makefile @@ -2,7 +2,7 @@ # Makefile for the linux kernel. # -obj-y := setup.o soc.o +obj-y := soc.o obj-$(CONFIG_SOC_AT91SAM9) += sam9_smc.o |