1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

test_net_if/Makefile remove superfluous includes

This commit is contained in:
Ludwig Ortmann 2014-03-01 15:48:45 +01:00
parent 79a16df7b8
commit 9fb3f62201

View File

@ -24,9 +24,4 @@ endif
export INCLUDES += -I$(RIOTBASE)/sys/net/include
ifeq ($(BOARD),msba2)
export INCLUDES += -I$(RIOTBASE)/drivers/cc110x_ng/include \
-I$(RIOTBASE)/boards/msba2-common/include
endif
include $(RIOTBASE)/Makefile.include