diff --git a/common/common.mk b/common/common.mk index 8038713..5d3abfa 100644 --- a/common/common.mk +++ b/common/common.mk @@ -38,3 +38,6 @@ LIBFX2DIR ?= ../third_party/libfx2 # variable required by libfx2 build system LIBFX2 = $(LIBFX2DIR)/firmware/library include $(LIBFX2)/fx2rules.mk + +# force proper dependecy to automatically build libfx2 +$(LIBFX2)/lib/$(MODEL)/fx2.lib: $(LIBFX2)/.stamp