From d821732abac6501f3bd4d30c9deeb3ccba8b14e7 Mon Sep 17 00:00:00 2001 From: Michael Walle Date: Thu, 17 Feb 2011 23:45:14 +0100 Subject: lm32: EVR32 and uclinux BSP This patch adds support for the following two BSPs: - LM32 EVR32 BSP (as used by RTEMS) - uclinux BSP by Theobroma Systems Signed-off-by: Michael Walle Signed-off-by: Edgar E. Iglesias --- Makefile.target | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile.target') diff --git a/Makefile.target b/Makefile.target index 35cca55..f0df98e 100644 --- a/Makefile.target +++ b/Makefile.target @@ -247,6 +247,9 @@ obj-ppc-y += xilinx_timer.o obj-ppc-y += xilinx_uartlite.o obj-ppc-y += xilinx_ethlite.o +# LM32 boards +obj-lm32-y += lm32_boards.o + # LM32 peripherals obj-lm32-y += lm32_pic.o obj-lm32-y += lm32_juart.o -- cgit v1.1