1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-29 08:21:18 +01:00

remove unnecessary INCLUDES from net_help

This commit is contained in:
Benjamin Valentin 2014-03-24 11:19:55 +01:00
parent 167bbd6793
commit 5f57db794b

View File

@ -1,7 +1,5 @@
MODULE:=$(shell basename $(CURDIR))
INCLUDES += -I$(RIOTBASE)/drivers/cc110x \
-I$(RIOTBASE)/drivers/cc110x_ng/include \
-I$(RIOTBASE)/sys/net/include
INCLUDES += -I$(RIOTBASE)/sys/net/include
include $(RIOTBASE)/Makefile.base