summaryrefslogtreecommitdiffstats
path: root/BoardConfig.mk
diff options
context:
space:
mode:
authorNick Pelly <npelly@google.com>2010-09-28 22:02:15 -0700
committerNick Pelly <npelly@google.com>2010-09-28 22:02:15 -0700
commit17fc923af10eb669e0d7761a0d861afd87f87260 (patch)
tree518ed8b22ee7615fc7b1e8a4e59d6e1ef662ca6d /BoardConfig.mk
parent2923a6ff03c0f6b36d4922736858a52d14910072 (diff)
downloaddevice_samsung_crespo-17fc923af10eb669e0d7761a0d861afd87f87260.tar.gz
device_samsung_crespo-17fc923af10eb669e0d7761a0d861afd87f87260.tar.bz2
device_samsung_crespo-17fc923af10eb669e0d7761a0d861afd87f87260.zip
Add HAVE_NFC to bootstrap featurization of NFC.
Change-Id: I6f952556b070fd65f3544786d1d774d3f7ec54d8 Signed-off-by: Nick Pelly <npelly@google.com>
Diffstat (limited to 'BoardConfig.mk')
-rwxr-xr-xBoardConfig.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk
index e9ff626..3b1a727 100755
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -31,6 +31,8 @@ TARGET_CPU_ABI2 := armeabi
BOARD_HAVE_BLUETOOTH := true
BOARD_HAVE_BLUETOOTH_BCM := true
+BOARD_HAVE_NFC := true
+
TARGET_NO_BOOTLOADER := true
TARGET_NO_KERNEL := false