Commit 54fa87ec authored by Alessandro Rubini's avatar Alessandro Rubini

Makefile: automatically init fmc-bus submodule if missing

Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
parent 9ea3fede
......@@ -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:
......
Markdown is supported
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