Skip to content

Instantly share code, notes, and snippets.

@OlegHahm
Created January 17, 2014 12:41
Show Gist options
  • Save OlegHahm/8472747 to your computer and use it in GitHub Desktop.
Save OlegHahm/8472747 to your computer and use it in GitHub Desktop.
test_pnet Makefile
diff --git a/tests/test_pnet/Makefile b/tests/test_pnet/Makefile
index d2c57e2..bd1d1c1 100644
--- a/tests/test_pnet/Makefile
+++ b/tests/test_pnet/Makefile
@@ -40,11 +40,6 @@ ifeq ($(BOARD),native)
-isystem $(RIOTBASE)/sys/posix/pnet/include
endif
-include $(RIOTBASE)/Makefile.include
-export INCLUDES = -I$(RIOTBOARD)/$(BOARD)/include -I$(RIOTBASE)/core/include \
- -I$(RIOTBASE)/cpu/$(CPU)/include -I$(RIOTBASE)/sys/lib \
- -I$(RIOTBASE)/sys/include -I$(RIOTBASE)/drivers/include \
-
ifneq ($(BOARD),native)
export INCLUDES += -I$(RIOTBASE)/sys/net/include \
-I$(RIOTBASE)/sys/posix/pnet/include
@@ -54,3 +49,4 @@ ifeq ($(BOARD),msba2)
export INCLUDES += -I$(RIOTBASE)/drivers/cc110x_ng/include \
-I$(RIOTBASE)/boards/msba2-common/include
endif
+include $(RIOTBASE)/Makefile.include
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment