summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build/wpantund.mk2
-rw-r--r--lowpan_hdlc_adapter/Android.mk2
2 files changed, 2 insertions, 2 deletions
diff --git a/build/wpantund.mk b/build/wpantund.mk
index 029ff6c..5a1999b 100644
--- a/build/wpantund.mk
+++ b/build/wpantund.mk
@@ -13,7 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-LOWPAN_HAL_ENABLED = 1
+LOWPAN_HAL_ENABLED := true
PRODUCT_PACKAGES += \
wpantund
diff --git a/lowpan_hdlc_adapter/Android.mk b/lowpan_hdlc_adapter/Android.mk
index 8b96da4..bce5b67 100644
--- a/lowpan_hdlc_adapter/Android.mk
+++ b/lowpan_hdlc_adapter/Android.mk
@@ -16,7 +16,7 @@
LOCAL_PATH:= $(call my-dir)
-ifeq ($(LOWPAN_HAL_ENABLED), 1)
+ifeq ($(LOWPAN_HAL_ENABLED),true)
include $(CLEAR_VARS)
LOCAL_MODULE := lowpan_hdlc_adapter
LOCAL_MODULE_TAGS := optional