jd2019: Include vendor/debugfs.config
This disables the following kernel configs: * CONFIG_DEBUG_FS * CONFIG_PAGE_OWNER Change-Id: Idbf74e3dee4dccff4708462271e79374e28449ae
This commit is contained in:
parent
8d9570d21b
commit
5e2e36cb7d
1 changed files with 2 additions and 1 deletions
|
@ -10,7 +10,8 @@
|
|||
DEVICE_PATH := device/lenovo/jd2019
|
||||
|
||||
# Kernel
|
||||
TARGET_KERNEL_CONFIG := jd2019_defconfig
|
||||
TARGET_KERNEL_CONFIG := jd2019_defconfig \
|
||||
vendor/debugfs.config
|
||||
|
||||
# Properties
|
||||
TARGET_VENDOR_PROP += $(DEVICE_PATH)/vendor.prop
|
||||
|
|
Loading…
Reference in a new issue