You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
RIOT/pkg/libfixmath/Makefile

12 lines
261 B
Makefile

PKG_NAME := libfixmath
PKG_VERSION := ad9ed940e57d43432b276e95aee6ca9df6f23ccd
PKG_URL := https://github.com/PetteriAimonen/libfixmath
PKG_LICENSE := MIT
.PHONY: all
all: git-download
$(Q)$(MAKE) -C $(PKG_BUILDDIR)
include $(RIOTBASE)/pkg/pkg.mk