Merge "Use add_kernel_configs helper" into mnc-brillo-dev
diff --git a/soc/msm8916/soc.mk b/soc/msm8916/soc.mk
index c4c5995..e69c0d0 100644
--- a/soc/msm8916/soc.mk
+++ b/soc/msm8916/soc.mk
@@ -47,7 +47,7 @@
 # Set up the local kernel.
 TARGET_KERNEL_SRC := hardware/bsp/kernel/qcom/qcom-msm-3.10
 TARGET_KERNEL_DEFCONFIG := msm8916-perf_defconfig
-TARGET_KERNEL_CONFIGS := $(realpath $(LOCAL_PATH)/soc.kconf)
+$(call add_kernel_configs, $(realpath $(LOCAL_PATH)/soc.kconf))
 
 # Default Keystore HAL
 DEVICE_PACKAGES += \