From 33b1d3f43a16fbb79004075ce89ae4e618b288a2 Mon Sep 17 00:00:00 2001 From: Daniel Gorsulowski Date: Tue, 30 Jun 2009 21:03:37 +0200 Subject: at91: Add esd gmbh MEESC board support This patch adds support for esd gmbh MEESC board. The MEESC is based on an Atmel AT91SAM9263 SoC. Signed-off-by: Daniel Gorsulowski --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 4c9884c5669..0ae1d360226 100644 --- a/Makefile +++ b/Makefile @@ -2791,6 +2791,9 @@ at91sam9rlek_config : unconfig fi; @$(MKCONFIG) -a at91sam9rlek arm arm926ejs at91sam9rlek atmel at91 +meesc_config : unconfig + @$(MKCONFIG) $(@:_config=) arm arm926ejs meesc esd at91 + pm9261_config : unconfig @$(MKCONFIG) $(@:_config=) arm arm926ejs pm9261 ronetix at91 -- cgit v1.3.1