From 7feb8d0f0f04deabb4cda090118f62be53cd33b0 Mon Sep 17 00:00:00 2001 From: Dmitry Shmidt Date: Fri, 7 Aug 2009 14:36:15 -0700 Subject: Reduce driver size by strip --strip-unneeded Signed-off-by: Dmitry Shmidt --- sta_dk_4_0_4_32/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sta_dk_4_0_4_32') 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),) -- cgit v1.2.3