Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3992a272 authored by Linus Torvalds's avatar Linus Torvalds
Browse files
Pull kbuild regression fix from Michal Marek:
 "The problem is that commit 9c8fa9bc ("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
parents fbe601f7 b36fad65
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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