From 16a6511ca5f5ac315b5fd600144d38337c2fd463 Mon Sep 17 00:00:00 2001 From: Bruno Martins Date: Sun, 7 Jul 2024 22:24:59 +0100 Subject: [PATCH] optee: Strip modules_install rules There's no point in doing this. Change-Id: I01d7963f3dfd8933c240e7c6b00c3c1e22d402f7 --- Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Makefile b/Makefile index ca4dd72..3cf532a 100644 --- a/Makefile +++ b/Makefile @@ -21,11 +21,7 @@ all: #@$(MAKE) -C $(KERNEL_SRC) M=$(M)/optee --trace modules modules_install: - @echo "$(MAKE) INSTALL_MOD_STRIP=1 M=$(M) -C $(KERNEL_SRC) 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 -- 2.20.1