summaryrefslogtreecommitdiff
path: root/Rules.make
Side-by-side diff
Diffstat (limited to 'Rules.make') (more/less context) (ignore whitespace changes)
-rw-r--r--Rules.make8
1 files changed, 8 insertions, 0 deletions
diff --git a/Rules.make b/Rules.make
index 644a6cf..bdfe6d4 100644
--- a/Rules.make
+++ b/Rules.make
@@ -14,2 +14,6 @@ else
endif
+# added for auto stripped build
+ifneq ($(CONFIG_STRIP),)
+ echo CONFIG += strip >> $@
+endif
ifneq ($(CONFIG_DEBUG),)
@@ -109,2 +113,6 @@ ifeq ($(CONFIG_LIBXINE_DEP),y)
endif
+ifeq ($(CONFIG_LIBBLUEZ_DEP),y)
+ echo LIBBLUEZ_LIB_DIR = $(CONFIG_LIBBLUEZ_LIB_DIR) >> $@
+ echo LIBBLUEZ_INC_DIR = $(CONFIG_LIBBLUEZ_INC_DIR) >> $@
+endif
ifeq ($(CONFIG_LIBIPK_DEP),y)