diff options
Diffstat (limited to 'recipes-kernel/kernel-modules/kernel-module-qoriq-gpu/0001-Makfile-add-modules_install.patch')
-rw-r--r-- | recipes-kernel/kernel-modules/kernel-module-qoriq-gpu/0001-Makfile-add-modules_install.patch | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/recipes-kernel/kernel-modules/kernel-module-qoriq-gpu/0001-Makfile-add-modules_install.patch b/recipes-kernel/kernel-modules/kernel-module-qoriq-gpu/0001-Makfile-add-modules_install.patch deleted file mode 100644 index eb9740f3..00000000 --- a/recipes-kernel/kernel-modules/kernel-module-qoriq-gpu/0001-Makfile-add-modules_install.patch +++ /dev/null | |||
@@ -1,26 +0,0 @@ | |||
1 | From 2fde2419acc8d89ec26c635a94c180899dbaa293 Mon Sep 17 00:00:00 2001 | ||
2 | From: Chunrong Guo <chunrong.guo@nxp.com> | ||
3 | Date: Thu, 19 Sep 2019 05:27:11 +0200 | ||
4 | Subject: [PATCH] Makfile: add modules_install | ||
5 | |||
6 | Signed-off-by: C.r. Guo <nxa13725@lsv07004.swis.us-cdc01.nxp.com> | ||
7 | --- | ||
8 | Makefile | 2 +- | ||
9 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
10 | |||
11 | diff --git a/Makefile b/Makefile | ||
12 | index b67fad7..b386b39 100644 | ||
13 | --- a/Makefile | ||
14 | +++ b/Makefile | ||
15 | @@ -191,7 +191,7 @@ clean: | ||
16 | @find $(AQROOT) -name ".gc_*.cmd" | xargs rm -f | ||
17 | @find $(AQROOT) -name "*.o" | xargs rm -f | ||
18 | |||
19 | -install: | ||
20 | +modules_install: | ||
21 | $(MAKE) -C $(KERNEL_DIR) M=$(PWD) modules_install | ||
22 | |||
23 | else | ||
24 | -- | ||
25 | 2.7.4 | ||
26 | |||