mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-24 05:53:49 +01:00
6 lines
114 B
Makefile
6 lines
114 B
Makefile
MODULE:=$(shell basename $(CURDIR))
|
|
|
|
INCLUDES += -I$(RIOTBASE)/sys/net/include
|
|
|
|
include $(RIOTBASE)/Makefile.base
|