Commit 98911b95 authored by Alessandro Rubini's avatar Alessandro Rubini

typos in Makefiles

Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
parent b451392c
.PHONY: all clean modules install modules_install
.PHONY: gitmodules prereq prereq_install_warn prereq_install_warn
.PHONY: gitmodules prereq prereq_install prereq_install_warn
DIRS = kernel tools lib
......@@ -13,9 +13,9 @@ all modules: prereq
#### The following targets are used to manage prerequisite repositories
gitmodules:
@test -d fmc-bus/doc || echo "Checking out submodules"
@test -d fmc-bus/doc || git submodule init && git submodule update
@test -d fmc-bus/doc || git submodule update --init
# The user can override, using evn variables, all these three:
# The user can override, using environment variables, all these three:
FMC_BUS ?= fmc-bus
SPEC_SW ?= spec-sw
ZIO ?= zio
......
......@@ -7,7 +7,7 @@ FMC_BUS ?= $(M)/../fmc-bus
KBUILD_EXTRA_SYMBOLS := \
$(ZIO)/Module.symvers \
$(SPEC_SW)/kernel/Module.symvers \
$(FMC_BUS)/kernel/Module.sysmvers
$(FMC_BUS)/kernel/Module.symvers
ccflags-y = \
......
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