This PR adds the USEPKG module "libfixmath". It integrates https://code.google.com/p/libfixmath/ into RIOT, cmp. #1457.
7 lines
118 B
Makefile
7 lines
118 B
Makefile
APPLICATION = libfixmath
|
|
include ../Makefile.tests_common
|
|
|
|
USEPKG += libfixmath
|
|
|
|
include $(RIOTBASE)/Makefile.include
|