dist: config: clean up LOCALVERSION related config
To avoid Kbuild from touching kernel versioning, ensure relate configs are clean. Signed-off-by: Kairui Song <kasong@tencent.com>
This commit is contained in:
parent
6bb115fdd7
commit
e14ac084d0
|
@ -1,4 +1,4 @@
|
|||
CONFIG_LOCALVERSION="-tlinux4"
|
||||
CONFIG_LOCALVERSION=""
|
||||
# CONFIG_LOCALVERSION_AUTO is not set
|
||||
CONFIG_SYSVIPC=y
|
||||
CONFIG_POSIX_MQUEUE=y
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
# CONFIG_LOCALVERSION_AUTO is not set
|
Loading…
Reference in New Issue