mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-15 13:52:45 +01:00
11 lines
204 B
Makefile
11 lines
204 B
Makefile
MODULE=minmea
|
|
|
|
CFLAGS += -D_POSIX_C_SOURCE=199309L -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_DARWIN_C_SOURCE
|
|
|
|
# see minmea README.md
|
|
CFLAGS += -Dtimegm=mktime
|
|
|
|
SRC := minmea.c
|
|
|
|
include $(RIOTBASE)/Makefile.base
|