aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKirill Smelkov2009-04-09 06:34:34 -0500
committerSam Ravnborg2009-04-11 01:18:09 -0500
commitfe8d0a41081d6d0912386f3672ccc0bf1d675630 (patch)
tree266ab12bf165d84f1500df6c9c9b82ae5e705f57 /Makefile
parentc7bb349e7c25df1ae1bbb72675b9bb02e1d9c464 (diff)
downloadam43-linux-kernel-fe8d0a41081d6d0912386f3672ccc0bf1d675630.tar.gz
am43-linux-kernel-fe8d0a41081d6d0912386f3672ccc0bf1d675630.tar.xz
am43-linux-kernel-fe8d0a41081d6d0912386f3672ccc0bf1d675630.zip
kbuild: fix a few typos in top-level Makefile
Signed-off-by: Kirill Smelkov <kirr@mns.spb.ru> Acked-by: Dmitry Gryazin <gdu@mns.spb.ru> Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index e5ad5fd9617..3e95d454285 100644
--- a/Makefile
+++ b/Makefile
@@ -567,7 +567,7 @@ KBUILD_CFLAGS += $(call cc-option,-Wdeclaration-after-statement,)
567# disable pointer signed / unsigned warnings in gcc 4.0 567# disable pointer signed / unsigned warnings in gcc 4.0
568KBUILD_CFLAGS += $(call cc-option,-Wno-pointer-sign,) 568KBUILD_CFLAGS += $(call cc-option,-Wno-pointer-sign,)
569 569
570# disable invalid "can't wrap" optimzations for signed / pointers 570# disable invalid "can't wrap" optimizations for signed / pointers
571KBUILD_CFLAGS += $(call cc-option,-fwrapv) 571KBUILD_CFLAGS += $(call cc-option,-fwrapv)
572 572
573# revert to pre-gcc-4.4 behaviour of .eh_frame 573# revert to pre-gcc-4.4 behaviour of .eh_frame
@@ -1587,5 +1587,5 @@ PHONY += FORCE
1587FORCE: 1587FORCE:
1588 1588
1589# Declare the contents of the .PHONY variable as phony. We keep that 1589# Declare the contents of the .PHONY variable as phony. We keep that
1590# information in a variable se we can use it in if_changed and friends. 1590# information in a variable so we can use it in if_changed and friends.
1591.PHONY: $(PHONY) 1591.PHONY: $(PHONY)