aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2010-11-27 23:30:56 +0100
committerWolfgang Denk <wd@denx.de>2010-11-27 23:35:14 +0100
commit844f07d8a1f1330c97631b23fbf6425db2dc1508 (patch)
tree3961225b799f81903403c1d8d1c74cec6afc64fb /tools
parente03dabe86b3bcb5be9e6d325f10747e3115cf4d1 (diff)
Coding Style (white space) cleanup
Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'tools')
-rw-r--r--tools/env/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/env/Makefile b/tools/env/Makefile
index 04dfe9c3f..2f7a59c00 100644
--- a/tools/env/Makefile
+++ b/tools/env/Makefile
@@ -12,7 +12,7 @@
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
@@ -28,9 +28,9 @@ HEADERS := fw_env.h
# Compile for a hosted environment on the target
HOSTCPPFLAGS = -idirafter $(SRCTREE)/include \
- -idirafter $(OBJTREE)/include2 \
- -idirafter $(OBJTREE)/include \
- -DUSE_HOSTCC
+ -idirafter $(OBJTREE)/include2 \
+ -idirafter $(OBJTREE)/include \
+ -DUSE_HOSTCC
ifeq ($(MTD_VERSION),old)
HOSTCPPFLAGS += -DMTD_OLD