From 2dc850b62e5b727a5413b60197cdddf92ab4f1a2 Mon Sep 17 00:00:00 2001 From: Nicolas Ferre Date: Mon, 15 Sep 2014 18:15:54 +0200 Subject: ARM: at91: introduce basic SAMA5D4 support Signed-off-by: Nicolas Ferre Acked-by: Alexandre Belloni --- arch/arm/mach-at91/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'arch/arm/mach-at91/Makefile') diff --git a/arch/arm/mach-at91/Makefile b/arch/arm/mach-at91/Makefile index c677f9688ffe..3e9f01ca142a 100644 --- a/arch/arm/mach-at91/Makefile +++ b/arch/arm/mach-at91/Makefile @@ -23,6 +23,7 @@ obj-$(CONFIG_SOC_AT91SAM9N12) += at91sam9n12.o obj-$(CONFIG_SOC_AT91SAM9X5) += at91sam9x5.o obj-$(CONFIG_SOC_AT91SAM9RL) += at91sam9rl.o obj-$(CONFIG_SOC_SAMA5D3) += sama5d3.o +obj-$(CONFIG_SOC_SAMA5D4) += sama5d4.o obj-$(CONFIG_ARCH_AT91RM9200) += at91rm9200_devices.o obj-$(CONFIG_ARCH_AT91SAM9260) += at91sam9260_devices.o -- cgit v1.2.3