summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Shmidt <dimitrysh@google.com>2009-08-13 13:52:34 -0700
committerDmitry Shmidt <dimitrysh@google.com>2009-08-13 13:52:34 -0700
commit2c2f52e482a7e2577ec586d7d00a27cf08619420 (patch)
treeaeb085e0a0e260dd1178436d030727502718a590
parent614b3aac00a487fa35f527f0345c92ab368322df (diff)
downloadti-2c2f52e482a7e2577ec586d7d00a27cf08619420.tar.gz
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
-rw-r--r--sta_dk_4_0_4_32/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sta_dk_4_0_4_32/Makefile b/sta_dk_4_0_4_32/Makefile
index 077e9cd..abb1bf6 100644
--- a/sta_dk_4_0_4_32/Makefile
+++ b/sta_dk_4_0_4_32/Makefile
@@ -173,6 +173,6 @@ clean:
$(OUTPUT_FILE):
$(MAKE) -C $(KERNEL_DIR) M=`pwd` ARCH=arm CROSS_COMPILE=$(CROSS_COMPILE) modules
@$(CROSS_COMPILE)$(AR) rcs $@ $(DK_OBJS) $(OS_OBJS)
-
+ $(CROSS_COMPILE)strip --strip-unneeded wlan.ko
endif # ifneq ($(KERNELRELEASE),)