summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 986df97..b0c1996 100644
--- a/Makefile
+++ b/Makefile
@@ -111,7 +111,7 @@ install:
mkdir -p $(DESTDIR)/opt/lora
strip:
- $(STRIP) $(BUILDDIR)/mts-io-sysfs
+ $(STRIP) -S --strip-unneeded --remove-section=.note.gnu.gold-version --remove-section=.comment --remove-section=.note --remove-section=.note.gnu.build-id --remove-section=.note.ABI-tag $(BUILDDIR)/mts-io-sysfs
clean:
-$(RM) $(OBJS) $(CPP_DEPPS) $(BUILDDIR)/mts-io-sysfs