2016-05-12 16:39:03 +02:00
|
|
|
PKG_NAME := libfixmath
|
2017-09-29 12:05:37 +02:00
|
|
|
PKG_VERSION := 7f9c966b5c473770dc93940e3e6e5323f3c1ad69
|
2017-01-08 21:55:46 +01:00
|
|
|
PKG_URL := https://github.com/PetteriAimonen/libfixmath
|
|
|
|
PKG_LICENSE := MIT
|
2014-07-22 20:24:45 +02:00
|
|
|
|
2019-10-02 12:47:02 +02:00
|
|
|
include $(RIOTBASE)/pkg/pkg.mk
|
2014-07-22 20:24:45 +02:00
|
|
|
|
2020-06-10 14:23:09 +02:00
|
|
|
all: $(filter libfixmath-unittests,$(USEMODULE))
|
2020-06-13 20:58:27 +02:00
|
|
|
"$(MAKE)" -C $(PKG_SOURCE_DIR)/$(PKG_NAME) -f $(CURDIR)/Makefile.$(PKG_NAME)
|
2020-06-10 14:23:09 +02:00
|
|
|
|
|
|
|
libfixmath-unittests:
|
2020-06-13 20:58:27 +02:00
|
|
|
"$(MAKE)" -C $(PKG_SOURCE_DIR)/unittests -f $(CURDIR)/Makefile.$(PKG_NAME)-unittests
|