diff options
author | padarshr <padarshr@codeaurora.org> | 2016-08-22 16:12:37 +0530 |
---|---|---|
committer | padarshr <padarshr@codeaurora.org> | 2016-08-22 16:17:33 +0530 |
commit | 7b1fafe1850763d5e26fe414b8e761a8fc354d27 (patch) | |
tree | 698871f121940e30577db01d5f31a86fc6b13b7f /AndroidBoard.mk | |
parent | 0c06a7aeddb548c8f65a30a558a0977efe8b3cae (diff) |
Use msmfalcon_defconfig for kernel compilation.
This change is to use the newly created msmfalcon_defconfig
for msmfalcon_64 target kernel compilation.
Change-Id: I946bb39941ed284f20ae4da5f00c662bfbd6e2b3
Diffstat (limited to 'AndroidBoard.mk')
-rw-r--r-- | AndroidBoard.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/AndroidBoard.mk b/AndroidBoard.mk index 5ce7580..d218253 100644 --- a/AndroidBoard.mk +++ b/AndroidBoard.mk @@ -19,7 +19,7 @@ endif # Compile Linux Kernel #---------------------------------------------------------------------- ifeq ($(KERNEL_DEFCONFIG),) - KERNEL_DEFCONFIG := msmcortex_defconfig + KERNEL_DEFCONFIG := msmfalcon_defconfig endif ifeq ($(TARGET_KERNEL_SOURCE),) |