Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e340221a authored by Andreas Schwab's avatar Andreas Schwab Committed by Linus Torvalds
Browse files

[PATCH] Makefile typo



Fix a typo in the toplevel makefile.

Signed-off-by: default avatarAndreas Schwab <schwab@suse.de>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent a8e0c51c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -528,7 +528,7 @@ export MODLIB

ifdef INSTALL_MOD_STRIP
ifeq ($(INSTALL_MOD_STRIP),1)
mod_strip_cmd = $STRIP) --strip-debug
mod_strip_cmd = $(STRIP) --strip-debug
else
mod_strip_cmd = $(STRIP) $(INSTALL_MOD_STRIP)
endif # INSTALL_MOD_STRIP=1