From 39a0681af833613fd957f534570c8698fd66b783 Mon Sep 17 00:00:00 2001 From: Bruno Martins Date: Sun, 7 Jul 2024 22:24:59 +0100 Subject: [PATCH] dhd-driver: Strip modules_install rules There's no point in doing this. Change-Id: I01d7963f3dfd8933c240e7c6b00c3c1e22d402f7 --- bcmdhd.100.10.545.x/Makefile | 2 -- bcmdhd.101.10.240.x/Makefile | 2 -- bcmdhd.101.10.361.x/Makefile | 2 -- 3 files changed, 6 deletions(-) diff --git a/bcmdhd.100.10.545.x/Makefile b/bcmdhd.100.10.545.x/Makefile index 581970f..4cffe8d 100644 --- a/bcmdhd.100.10.545.x/Makefile +++ b/bcmdhd.100.10.545.x/Makefile @@ -249,8 +249,6 @@ all: bcmdhd_sdio EXTRA_CFLAGS += -I$(KERNEL_SRC)/$(M)/include -I$(KERNEL_SRC)/$(M)/ modules_install: @$(MAKE) INSTALL_MOD_STRIP=1 M=$(M) -C $(KERNEL_SRC) modules_install - mkdir -p ${OUT_DIR}/../private/modules - cd ${OUT_DIR}/$(M)/; find -name "*.ko" -exec cp {} ${OUT_DIR}/../private/modules/ \; clean: $(MAKE) -C $(KERNEL_SRC) M=$(M) clean $(KBUILD_OPTIONS) diff --git a/bcmdhd.101.10.240.x/Makefile b/bcmdhd.101.10.240.x/Makefile index cc7e8b5..4555c83 100644 --- a/bcmdhd.101.10.240.x/Makefile +++ b/bcmdhd.101.10.240.x/Makefile @@ -244,8 +244,6 @@ all: bcmdhd_sdio EXTRA_CFLAGS += -I$(KERNEL_SRC)/$(M)/include -I$(KERNEL_SRC)/$(M)/ modules_install: @$(MAKE) INSTALL_MOD_STRIP=1 M=$(M) -C $(KERNEL_SRC) modules_install - mkdir -p ${OUT_DIR}/../private/modules - cd ${OUT_DIR}/$(M)/; find -name "*.ko" -exec cp {} ${OUT_DIR}/../private/modules/ \; clean: $(MAKE) -C $(KERNEL_SRC) M=$(M) clean $(KBUILD_OPTIONS) diff --git a/bcmdhd.101.10.361.x/Makefile b/bcmdhd.101.10.361.x/Makefile index 67a5085..6776825 100755 --- a/bcmdhd.101.10.361.x/Makefile +++ b/bcmdhd.101.10.361.x/Makefile @@ -459,8 +459,6 @@ all: bcmdhd_sdio EXTRA_CFLAGS += -I$(KERNEL_SRC)/$(M)/include -I$(KERNEL_SRC)/$(M)/ modules_install: @$(MAKE) INSTALL_MOD_STRIP=1 M=$(M) -C $(KERNEL_SRC) modules_install - mkdir -p ${OUT_DIR}/../private/modules - cd ${OUT_DIR}/$(M)/; find -name "*.ko" -exec cp {} ${OUT_DIR}/../private/modules/ \; bcmdhd_sdio: $(warning "building BCMDHD_SDIO..........") -- 2.20.1