summaryrefslogtreecommitdiffstats
path: root/cm.mk
diff options
context:
space:
mode:
Diffstat (limited to 'cm.mk')
-rw-r--r--cm.mk7
1 files changed, 4 insertions, 3 deletions
diff --git a/cm.mk b/cm.mk
index 19edc50..47a9177 100644
--- a/cm.mk
+++ b/cm.mk
@@ -1,11 +1,12 @@
-$(call inherit-product, device/samsung/crespo/full_crespo.mk)
+# Inherit some common CM stuff.
+$(call inherit-product, vendor/cm/config/gsm.mk)
PRODUCT_RELEASE_NAME := NS
# Inherit some common CM stuff.
$(call inherit-product, vendor/cm/config/common_full_phone.mk)
-# Inherit some common CM stuff.
-$(call inherit-product, vendor/cm/config/gsm.mk)
+# Inherit device configuration
+$(call inherit-product, device/samsung/crespo/full_crespo.mk)
# Enhanced NFC
$(call inherit-product, vendor/cm/config/nfc_enhanced.mk)