From 7dccbc44a84f371694ab7b38833908125df315d9 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Wed, 24 Nov 2010 22:12:13 +0100 Subject: Makefile: really adjust kernel modules strip invocation Signed-off-by: Peter Korsgaard --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index cfaa316a8..a53ef89da 100644 --- a/Makefile +++ b/Makefile @@ -419,7 +419,7 @@ ifneq ($(BR2_HAVE_DOCUMENTATION),y) endif find $(TARGET_DIR) -type f -perm +111 | xargs $(STRIPCMD) 2>/dev/null || true find $(TARGET_DIR)/lib/modules -type f -name '*.ko' | \ - xargs -r $(STRIPCMD) -R .comment -R .note -g --strip-unneeded + xargs -r $(STRIPCMD) $(STRIP_STRIP_UNNEEDED) mkdir -p $(TARGET_DIR)/etc # Mandatory configuration file and auxilliary cache directory -- cgit v1.2.3-55-g7522