Browse Source

build: Only build the locm3 libraries needed.

We don't need to build all the locm3 libraries. We just need those that
are required by the supported platforms.
pull/993/head
Piotr Esden-Tempski 3 years ago
parent
commit
d259d5c511
  1. 2
      Makefile

2
Makefile

@ -17,7 +17,7 @@ ifndef NO_LIBOPENCM3
git submodule init ;\
git submodule update ;\
fi
$(Q)$(MAKE) $(MFLAGS) -C libopencm3 lib
$(Q)$(MAKE) $(MFLAGS) -C libopencm3 lib/stm32/f1 lib/stm32/f4 lib/lm4f
endif
$(Q)$(MAKE) $(MFLAGS) -C src

Loading…
Cancel
Save