From 3af43669de9eed4bf608dc3c09c10bb6d1f221f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C4=99drzej=20Boczar?= Date: Wed, 8 Jan 2020 16:04:10 +0100 Subject: [PATCH] add common.mk dependecy to automatically build libfx2 --- common/common.mk | 3 +++ 1 file changed, 3 insertions(+) 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