-rw-r--r-- | Vars.make | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -86,3 +86,6 @@ ifeq ($(STRIP),) STRIP=arm-linux-strip endif + ifneq ($(CONFIG_TARGET_SIMPAD),) + STRIP=arm-linux-strip + endif endif |
index : patchwork/opie.git | ||
opie™ hacks and fixes |
summaryrefslogtreecommitdiff |
-rw-r--r-- | Vars.make | 3 |
@@ -86,3 +86,6 @@ ifeq ($(STRIP),) STRIP=arm-linux-strip endif + ifneq ($(CONFIG_TARGET_SIMPAD),) + STRIP=arm-linux-strip + endif endif |