summaryrefslogtreecommitdiffstats
path: root/BoardConfigCommon.mk
diff options
context:
space:
mode:
authorDaniel Hillenbrand <daniel.hillenbrand@codeworkx.de>2012-06-20 00:09:40 +0200
committerDaniel Hillenbrand <daniel.hillenbrand@codeworkx.de>2012-06-20 00:09:40 +0200
commite2c3a20a3c7e355c9127b64457b8d19243c260f1 (patch)
treee6dad8375354905dab4bc11aadf0353d94db3c99 /BoardConfigCommon.mk
parent44cfd4dd340f69f8bd74a306c25fe1fc4028a22b (diff)
downloaddevice_samsung_p5100-e2c3a20a3c7e355c9127b64457b8d19243c260f1.zip
device_samsung_p5100-e2c3a20a3c7e355c9127b64457b8d19243c260f1.tar.gz
device_samsung_p5100-e2c3a20a3c7e355c9127b64457b8d19243c260f1.tar.bz2
charging mode
Diffstat (limited to 'BoardConfigCommon.mk')
-rw-r--r--BoardConfigCommon.mk5
1 files changed, 4 insertions, 1 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk
index 591f1a8..a034ff0 100644
--- a/BoardConfigCommon.mk
+++ b/BoardConfigCommon.mk
@@ -102,7 +102,10 @@ BOARD_USES_MMCUTILS := true
BOARD_HAS_NO_MISC_PARTITION := true
BOARD_HAS_NO_SELECT_BUTTON := true
-TARGET_SPECIFIC_HEADER_PATH := device/samsung/p5100/include
+# Charging mode
+BOARD_CHARGER_RES := device/samsung/p5100/res/charger
+
+TARGET_SPECIFIC_HEADER_PATH := device/samsung/p5100/overlay/include
# Use the non-open-source parts, if they're present
-include vendor/samsung/p51xx/BoardConfigVendor.mk