summaryrefslogtreecommitdiffstats
path: root/scripts/Makefile.lib
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2007-07-05 18:02:03 +0200
committerSascha Hauer <sha@octopus.labnet.pengutronix.de>2007-07-05 18:02:03 +0200
commitc44aac9f8c1a528379d48a274ed9f332360c810d (patch)
treee8fb8ed76de202bcbef3bb0aac6e6a46ac06f3e6 /scripts/Makefile.lib
parent631a95903dab725c1198b8247beb0260eea0ba88 (diff)
downloadbarebox-c44aac9f8c1a528379d48a274ed9f332360c810d.tar.gz
barebox-c44aac9f8c1a528379d48a274ed9f332360c810d.tar.xz
svn_rev_543
linux->uboot
Diffstat (limited to 'scripts/Makefile.lib')
-rw-r--r--scripts/Makefile.lib2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/Makefile.lib b/scripts/Makefile.lib
index 69362d1d32..6d26dde242 100644
--- a/scripts/Makefile.lib
+++ b/scripts/Makefile.lib
@@ -90,7 +90,7 @@ _c_flags = $(CFLAGS) $(EXTRA_CFLAGS) $(CFLAGS_$(basetarget).o)
_a_flags = $(AFLAGS) $(EXTRA_AFLAGS) $(AFLAGS_$(basetarget).o)
_cpp_flags = $(CPPFLAGS) $(EXTRA_CPPFLAGS) $(CPPFLAGS_$(@F))
-# If building the kernel in a separate objtree expand all occurrences
+# If building uboot in a separate objtree expand all occurrences
# of -Idir to -I$(srctree)/dir except for absolute paths (starting with '/').
ifeq ($(KBUILD_SRC),)