aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnierinB <anierin@evolution-x.org>2021-09-15 13:58:48 +0900
committerƁukasz Patron <priv.luk@gmail.com>2021-09-15 10:44:15 +0200
commit9c4cb69ef9c6839e334faf91b214699fa25290e2 (patch)
tree894ec5b37a008759cf2d36c69ec25b42e365a740
parent14a3ebe9a16e8c454951b3cd67dbbb2130f2956c (diff)
enchilada: Relocate defconfig to common tree
Signed-off-by: AnierinB <anierin@evolution-x.org> Change-Id: I9e0d5a5b190edc416ec12c65494a640b3cd6ce57
-rw-r--r--BoardConfig.mk3
1 files changed, 0 insertions, 3 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk
index f9d1e4a..54dec4f 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -22,8 +22,5 @@ DEVICE_PATH := device/oneplus/enchilada
# Bluetooth
BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := $(DEVICE_PATH)/bluetooth/include
-# Kernel
-TARGET_KERNEL_CONFIG := enchilada_defconfig
-
# inherit from the proprietary version
-include vendor/oneplus/enchilada/BoardConfigVendor.mk