summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cm.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/cm.mk b/cm.mk
index b39dc61..8d92691 100644
--- a/cm.mk
+++ b/cm.mk
@@ -10,6 +10,9 @@ TARGET_BOOTANIMATION_NAME := vertical-720x1280
# Inherit some common CM stuff.
$(call inherit-product, vendor/cm/config/common_full_phone.mk)
+# Enhanced NFC
+$(call inherit-product, vendor/cm/config/nfc_enhanced.mk)
+
# Inherit device configuration
$(call inherit-product, device/samsung/maguro/full_maguro.mk)