summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2016-06-27 13:38:58 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2016-06-27 13:38:58 -0700
commit3992a272a72c7a258236cf035f74396ec4f89941 (patch)
tree95a085626eabc988989ada96bd07cc42b8cd77ff /Makefile
parentfbe601f7a34b395deb85a63ae5cddd0c084c8db1 (diff)
parentb36fad65d61fffe4b662d4bfb1ed673c455a36a2 (diff)
downloadop-kernel-dev-3992a272a72c7a258236cf035f74396ec4f89941.zip
op-kernel-dev-3992a272a72c7a258236cf035f74396ec4f89941.tar.gz
Merge branch 'rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild
Pull kbuild regression fix from Michal Marek: "The problem is that commit 9c8fa9bc08f6 ("kbuild: fix if_change and friends to consider argument order") fixed a potential missed rebuild, but this results in unnnecessary rebuilds with the packaging targets. Which is still more correct than the previous logic, but also very annoying" * 'rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild: kbuild: Initialize exported variables
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 6471f20..2d24bab 100644
--- a/Makefile
+++ b/Makefile
@@ -363,11 +363,13 @@ CHECK = sparse
CHECKFLAGS := -D__linux__ -Dlinux -D__STDC__ -Dunix -D__unix__ \
-Wbitwise -Wno-return-void $(CF)
+NOSTDINC_FLAGS =
CFLAGS_MODULE =
AFLAGS_MODULE =
LDFLAGS_MODULE =
CFLAGS_KERNEL =
AFLAGS_KERNEL =
+LDFLAGS_vmlinux =
CFLAGS_GCOV = -fprofile-arcs -ftest-coverage -fno-tree-loop-im -Wno-maybe-uninitialized
CFLAGS_KCOV = -fsanitize-coverage=trace-pc
OpenPOWER on IntegriCloud