[U-Boot] [PATCH] sh: Fix rsk7203 in tree build
Peter Griffin
pgriffin at mpc-data.co.uk
Fri Feb 20 07:46:59 CET 2009
>From 555a908c1f1fdc90d5267572db78240fe244a401 Mon Sep 17 00:00:00 2001
From: Peter Griffin <pgriffin at mpc-data.co.uk>
Date: Tue, 10 Feb 2009 16:44:45 +0000
Subject: [PATCH] sh: Fix rsk7203 in tree build
Signed-off-by: Peter Griffin <pgriffin at mpc-data.co.uk>
---
Makefile | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Makefile b/Makefile
index 1b50e62..cc4727f 100644
--- a/Makefile
+++ b/Makefile
@@ -3231,7 +3231,7 @@ mimc200_config : unconfig
#########################################################################
rsk7203_config: unconfig
@mkdir -p $(obj)include
- @echo "#define CONFIG_RSK7203 1" > $(obj)/include/config.h
+ @echo "#define CONFIG_RSK7203 1" > $(obj)include/config.h
@$(MKCONFIG) -a $(@:_config=) sh sh2 rsk7203 renesas
#########################################################################
--
1.6.1
More information about the U-Boot
mailing list