summaryrefslogtreecommitdiff
path: root/sta_dk_4_0_4_32
diff options
context:
space:
mode:
authorDmitry Shmidt <dimitrysh@google.com>2009-08-07 14:36:15 -0700
committerDmitry Shmidt <dimitrysh@google.com>2009-08-07 14:37:01 -0700
commit7feb8d0f0f04deabb4cda090118f62be53cd33b0 (patch)
treeafefc704347295c112d5b087a391dc2b3eef3808 /sta_dk_4_0_4_32
parent0a5bc43e49579115124f3deeb122f88d9daa105c (diff)
downloadti-7feb8d0f0f04deabb4cda090118f62be53cd33b0.tar.gz
Reduce driver size by strip --strip-unneeded
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
Diffstat (limited to 'sta_dk_4_0_4_32')
-rw-r--r--sta_dk_4_0_4_32/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sta_dk_4_0_4_32/Makefile b/sta_dk_4_0_4_32/Makefile
index 077e9cd..802a7fb 100644
--- a/sta_dk_4_0_4_32/Makefile
+++ b/sta_dk_4_0_4_32/Makefile
@@ -82,7 +82,7 @@ OS_OBJS = $(patsubst %.c, %.o, $(OS_SRCS))
#
# Remove debug info
#
-EXTRA_LDFLAGS += --strip-debug
+EXTRA_LDFLAGS += --strip-debug
##
##
@@ -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),)