[U-Boot] [PATCH 3/3] Added Bluewater Systems Snapper 9260 and 9G20 module config to top-level Makefile

Ryan Mallon ryan at bluewatersys.com
Tue Jan 25 02:57:59 CET 2011


Signed-off-by: Ryan Mallon <ryan at bluewatersys.com>
---
 Makefile |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)

diff --git a/Makefile b/Makefile
index fd21ef3..7d4ba28 100644
--- a/Makefile
+++ b/Makefile
@@ -901,6 +901,19 @@ TNY_A9260_config	:	unconfig
 	@$(MKCONFIG) -n $@ -a tny_a9260 arm arm926ejs tny_a9260 calao at91
 
 ########################################################################
+## Bluewater Systems Boards
+########################################################################
+snapper9260_config \
+snapper9g20_config: unconfig
+	@mkdir -p $(obj)include
+	@if [ "$(findstring 9260, $@)" ]; then \
+		echo "#define CONFIG_SNAPPER9260 1" >> $(obj)include/config.h ; \
+	else \
+		echo "#define CONFIG_SNAPPER9G20 1" >> $(obj)include/config.h ; \
+	fi;
+	@$(MKCONFIG) -a snapper9260 arm arm926ejs snapper9260 bluewater at91
+
+########################################################################
 ## ARM Integrator boards - see doc/README-integrator for more info.
 integratorap_config	\
 ap_config		\
-- 
1.7.0.4



More information about the U-Boot mailing list