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

Makefile: allow FMC_DRV in environment


Signed-off-by: default avatarAlessandro Rubini <rubini@gnudd.com>
parent 35480a19
Branches
Tags
No related merge requests found
......@@ -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
......
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