mirror of
https://github.com/linuxboot/linuxboot
synced 2024-11-21 23:59:59 +00:00
reconfigure submodules if their config files ever change (issue #172)
This commit is contained in:
parent
5a0f3dc10b
commit
75117c0e5b
3
Makefile
3
Makefile
@ -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
2
modules/coreboot-blobs
Normal file
@ -0,0 +1,2 @@
|
||||
# empty placeholder file
|
||||
# This submodule is defined in modules/coreboot if necessary
|
Loading…
Reference in New Issue
Block a user