reconfigure submodules if their config files ever change (issue #172)

This commit is contained in:
Trammell Hudson 2017-04-07 10:34:57 -04:00
parent 5a0f3dc10b
commit 75117c0e5b
Failed to extract signature
2 changed files with 4 additions and 1 deletions

View File

@ -162,7 +162,8 @@ define define_module =
# Use the module's configure variable to build itself
$(build)/$($1_dir)/.configured: \
$(build)/$($1_dir)/.canary \
$(build)/$($1_dir)/.config
$(build)/$($1_dir)/.config \
modules/$1
@echo "$(DATE) CONFIG $1"
@( \
cd "$(build)/$($1_dir)" ; \

2
modules/coreboot-blobs Normal file
View File

@ -0,0 +1,2 @@
# empty placeholder file
# This submodule is defined in modules/coreboot if necessary