]> git.baikalelectronics.ru Git - kernel.git/commit
uml: x86: add FORCE to user_constants.h
authorJohannes Berg <johannes.berg@intel.com>
Tue, 28 Sep 2021 09:51:46 +0000 (11:51 +0200)
committerRichard Weinberger <richard@nod.at>
Tue, 21 Dec 2021 20:13:44 +0000 (21:13 +0100)
commit9cbe8b61b2e8f574b9ac21eb2a7b4380bb1f1bbb
treebc323c2f8241e80827a6cff36a7255bf5c5afc72
parent67303ed2216fd3d0261b84a17a1a573cd78edd0d
uml: x86: add FORCE to user_constants.h

The build system has started warning when filechk is called
without FORCE:

arch/x86/um/Makefile:44: FORCE prerequisite is missing

Add FORCE to make sure the file is checked/rebuilt when
necessary (and to quiet up the warning.)

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Reviewed-by: David Gow <davidgow@google.com>
Signed-off-by: Richard Weinberger <richard@nod.at>
arch/x86/um/Makefile