summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mk/rootfs.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/mk/rootfs.mk b/mk/rootfs.mk
index e93d959..2e17d08 100644
--- a/mk/rootfs.mk
+++ b/mk/rootfs.mk
@@ -111,6 +111,8 @@ endif
$(TARGETSTRIP) `find $$ROOTFS/usr/bin -type f`
@-$(FAKEROOT_BIN) -i $(EMBTK_ROOT)/.fakeroot.001 -- \
$(TARGETSTRIP) `find $$ROOTFS/usr/sbin -type f`
+ @-$(FAKEROOT_BIN) -i $(EMBTK_ROOT)/.fakeroot.001 -- \
+ $(TARGETSTRIP) `find $$ROOTFS/usr/libexec -type f`
endif
mkinitialrootfs: