Skip to content
Snippets Groups Projects
Commit 54fa87ec authored by Alessandro Rubini's avatar Alessandro Rubini
Browse files

Makefile: automatically init fmc-bus submodule if missing


Signed-off-by: default avatarAlessandro Rubini <rubini@gnudd.com>
parent 9ea3fede
No related merge requests found
......@@ -5,6 +5,8 @@
FMC_DRV ?= $(shell ./check-fmc-bus)
export FMC_DRV
RUNME := $(shell test -d $(FMC_DRV) || git submodule update --init)
DIRS = $(FMC_DRV) kernel tools
all clean modules install modules_install:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment