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)
commit494545aa9b50a1dcaafcb235e2cb40b246c65169
treebc323c2f8241e80827a6cff36a7255bf5c5afc72
parentbbe33504d4a7fdab9011211e55e262c869b3f6cc
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