diff options
| author | Mark Hatle <mark.hatle@xilinx.com> | 2020-04-03 07:26:20 -0700 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@xilinx.com> | 2020-04-06 09:03:01 -0700 |
| commit | 6016c4ba09542cf1b8acc94f50a80e22a8676ff6 (patch) | |
| tree | 6ec24f14a0cd2d0189bec8438ecfa10cf417bb5d /meta-xilinx-bsp/recipes-graphics/mali/kernel-module-mali | |
| parent | 514e9b6f229d42c7b9dea11b0e7149dd60931226 (diff) | |
| download | meta-xilinx-6016c4ba09542cf1b8acc94f50a80e22a8676ff6.tar.gz | |
kernel-module-mali: WIP
Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
Diffstat (limited to 'meta-xilinx-bsp/recipes-graphics/mali/kernel-module-mali')
| -rw-r--r-- | meta-xilinx-bsp/recipes-graphics/mali/kernel-module-mali/0001-Change-Makefile-to-be-compatible-with-Yocto.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-xilinx-bsp/recipes-graphics/mali/kernel-module-mali/0001-Change-Makefile-to-be-compatible-with-Yocto.patch b/meta-xilinx-bsp/recipes-graphics/mali/kernel-module-mali/0001-Change-Makefile-to-be-compatible-with-Yocto.patch index e5eeb19f..3c82f602 100644 --- a/meta-xilinx-bsp/recipes-graphics/mali/kernel-module-mali/0001-Change-Makefile-to-be-compatible-with-Yocto.patch +++ b/meta-xilinx-bsp/recipes-graphics/mali/kernel-module-mali/0001-Change-Makefile-to-be-compatible-with-Yocto.patch | |||
| @@ -21,9 +21,9 @@ index 5a259fe..a6dd94c 100644 | |||
| 21 | 21 | ||
| 22 | -include $(KDIR)/.config | 22 | -include $(KDIR)/.config |
| 23 | +ifeq ($(O),) | 23 | +ifeq ($(O),) |
| 24 | + include $(KDIR)/.config | 24 | + -include $(KDIR)/.config |
| 25 | +else | 25 | +else |
| 26 | + include $(O)/.config | 26 | + -include $(O)/.config |
| 27 | +endif | 27 | +endif |
| 28 | 28 | ||
| 29 | ifeq ($(ARCH), arm) | 29 | ifeq ($(ARCH), arm) |
