commit | dbdedcc86480b4a082b04fee28322ae558e4e16f | [log] [tgz] |
---|---|---|
author | Fabien Parent <fparent@baylibre.com> | Tue Nov 13 15:44:16 2018 +0100 |
committer | Fabien Parent <fparent@baylibre.com> | Tue Nov 13 15:44:18 2018 +0100 |
tree | 3f2f671e568f2301a58347120d79e55259468547 | |
parent | 98f0aea0448b8408c6268cb97f2bd56408e5a045 [diff] |
Add modules_install target In order to be able to install the modules in yocto we need the modules_install target to be in the Makefile. Signed-off-by: Fabien Parent <fparent@baylibre.com>
diff --git a/Makefile b/Makefile index e8c5bba..3e90232 100644 --- a/Makefile +++ b/Makefile
@@ -31,6 +31,9 @@ make -C $(KERNEL_SRC) M=$(PWD) $(SDIO_MOD_NAME).ko endif +modules_install: + $(MAKE) -C $(KERNEL_SRC) M=$(PWD) modules_install + clean: make -C $(KERNEL_SRC) M=$(PWD) clean # Check coding style