1
0
Fork 0
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:
Dominic Clifton 2019-02-18 16:12:53 +01:00
parent fefa2a83e4
commit f475683366

View file

@ -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