Skip to content

Commit

Permalink
add common.mk dependecy to automatically build libfx2
Browse files Browse the repository at this point in the history
  • Loading branch information
jedrzejboczar committed Jan 8, 2020
1 parent 0a46528 commit 3af4366
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions common/common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 3af4366

Please sign in to comment.