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