mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +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
|