Skip to content

Commit

Permalink
use w5n config and dt for NFC works
Browse files Browse the repository at this point in the history
  • Loading branch information
vm03 committed Mar 28, 2015
1 parent 0d76b7c commit 01c528a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion BoardConfig.mk
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

-include device/lge/msm8610-common/BoardConfigCommon.mk

TARGET_KERNEL_CONFIG := w5_global_com_defconfig
TARGET_KERNEL_CONFIG := w5n_global_com_defconfig
BOARD_CUSTOM_BOOTIMG_MK := device/lge/w5/mkbootimg.mk

TARGET_LIBINIT_DEFINES_FILE := device/lge/w5/init/init_w5.c
Expand Down
2 changes: 1 addition & 1 deletion mkbootimg.mk
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ LOCAL_PATH := $(call my-dir)
KERNEL_CONFIG := $(KERNEL_OUT)/.config
MSM8610_DTS_NAMES := msm8610

MSM8610_DTS_FILES = $(wildcard $(TOP)/$(TARGET_KERNEL_SOURCE)/arch/arm/boot/dts/msm8610-w5ds_global_com/msm8610-v*-w5ds.dts)
MSM8610_DTS_FILES = $(wildcard $(TOP)/$(TARGET_KERNEL_SOURCE)/arch/arm/boot/dts/msm8610-w5n_global_com/msm8610-v*-w5n.dts)
MSM8610_DTS_FILE = $(lastword $(subst /, ,$(1)))
DTB_FILE = $(addprefix $(KERNEL_OUT)/arch/arm/boot/,$(patsubst %.dts,%.dtb,$(call MSM8610_DTS_FILE,$(1))))
ZIMG_FILE = $(addprefix $(KERNEL_OUT)/arch/arm/boot/,$(patsubst %.dts,%-zImage,$(call MSM8610_DTS_FILE,$(1))))
Expand Down

0 comments on commit 01c528a

Please sign in to comment.