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: 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 DIRS = kernel tools lib
...@@ -13,9 +13,9 @@ all modules: prereq ...@@ -13,9 +13,9 @@ all modules: prereq
#### The following targets are used to manage prerequisite repositories #### The following targets are used to manage prerequisite repositories
gitmodules: gitmodules:
@test -d fmc-bus/doc || echo "Checking out submodules" @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 FMC_BUS ?= fmc-bus
SPEC_SW ?= spec-sw SPEC_SW ?= spec-sw
ZIO ?= zio ZIO ?= zio
......
...@@ -7,7 +7,7 @@ FMC_BUS ?= $(M)/../fmc-bus ...@@ -7,7 +7,7 @@ FMC_BUS ?= $(M)/../fmc-bus
KBUILD_EXTRA_SYMBOLS := \ KBUILD_EXTRA_SYMBOLS := \
$(ZIO)/Module.symvers \ $(ZIO)/Module.symvers \
$(SPEC_SW)/kernel/Module.symvers \ $(SPEC_SW)/kernel/Module.symvers \
$(FMC_BUS)/kernel/Module.sysmvers $(FMC_BUS)/kernel/Module.symvers
ccflags-y = \ 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