aboutsummaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
authorEthan Chen <intervigil@gmail.com>2016-05-27 16:05:11 -0700
committerGerrit Code Review <gerrit@cyanogenmod.org>2016-06-01 15:16:25 -0700
commitdb30b7fbd83268b5c73c4b92d12dc9086fcb58b7 (patch)
treeeff9bfa8cb500bcb10b948ccf9d8160d15052ce3 /board
parent34c6dd09bd6f2fa30baefffb3dc0d55d08701dd7 (diff)
msm8916: Enable DPM/CNE
* Move CNE board/product definitions to device, since these are dependent on proprietary libraries being present or not. * Move libcnefeatureconfig package to qcom-radio * Create nsrm directory * Add cnd, dpmd service entries Change-Id: I0bb1eb5bf097ae2baf1ad745f4691d88c06d02e2
Diffstat (limited to 'board')
-rw-r--r--board/qcom-cne.mk5
1 files changed, 0 insertions, 5 deletions
diff --git a/board/qcom-cne.mk b/board/qcom-cne.mk
deleted file mode 100644
index e83beb8..0000000
--- a/board/qcom-cne.mk
+++ /dev/null
@@ -1,5 +0,0 @@
-# CNE
-ifneq ($(QCPATH),)
-BOARD_USES_QCNE := true
-TARGET_LDPRELOAD := libNimsWrap.so
-endif