Commit 83af4fa1 authored by Alessandro Rubini's avatar Alessandro Rubini

Makefile: allow FMC_DRV in environment

Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
parent 35480a19
......@@ -2,7 +2,7 @@
# We have a problem here: this package may be a submodule of something
# else (for example: fine-delay). If this is the case, fmc-bus is on ../
# This external script returns the pathname of the "kernel" subdir of fmc-bus
FMC_DRV = $(./check-fmc-bus)
FMC_DRV ?= $(./check-fmc-bus)
DIRS = $(FMC_DRV) kernel tools
......
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