Skip to content
This repository has been archived by the owner on Apr 13, 2021. It is now read-only.

Commit

Permalink
Update Makefile so libopencm3 is only built for F4.
Browse files Browse the repository at this point in the history
  • Loading branch information
fnoble committed Jan 28, 2014
1 parent 17a7e83 commit 9013ded
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ tests:

libopencm3:
@printf "BUILD libopencm3\n"; \
$(MAKE) -C libopencm3 $(MAKEFLAGS)
$(MAKE) -C libopencm3 $(MAKEFLAGS) lib/stm32/f4

libswiftnav:
@printf "BUILD libswiftnav\n"; \
Expand Down

0 comments on commit 9013ded

Please sign in to comment.