mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-16 04:45:24 +03:00
Ensure target is rebuilt if ANY of the make files changes.
Prior to this, editing say make/source.mk didn't cause a rebuild.
This commit is contained in:
parent
fefa2a83e4
commit
f475683366
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -574,7 +574,7 @@ check-fastram-usage-correctness:
|
|||
fi;
|
||||
|
||||
# rebuild everything when makefile changes
|
||||
$(TARGET_OBJS): Makefile $(TARGET_DIR)/target.mk
|
||||
$(TARGET_OBJS): Makefile $(TARGET_DIR)/target.mk $(wildcard make/*)
|
||||
|
||||
|
||||
# include auto-generated dependencies
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue