optee: Strip modules_install rules
authorBruno Martins <bgcngm@gmail.com>
Sun, 7 Jul 2024 21:24:59 +0000 (22:24 +0100)
committerBruno Martins <bgcngm@gmail.com>
Sun, 7 Jul 2024 21:57:03 +0000 (21:57 +0000)
There's no point in doing this.

Change-Id: I01d7963f3dfd8933c240e7c6b00c3c1e22d402f7

Makefile

index ca4dd72a8f55491f32fe20d47b8a36bab1fea3fc..3cf532aa6338073318b8d22a50b4f529b07473cd 100644 (file)
--- 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