From d8746add0658293b020032a488624077eff375ab Mon Sep 17 00:00:00 2001 From: Alexandre Abadie Date: Mon, 3 Jun 2019 13:36:18 +0200 Subject: [PATCH] native: don't use NATIVEINCLUDES in board and board/drivers --- boards/native/Makefile | 2 -- boards/native/drivers/Makefile | 2 -- 2 files changed, 4 deletions(-) diff --git a/boards/native/Makefile b/boards/native/Makefile index 4bd9762991..1f64a6ab76 100644 --- a/boards/native/Makefile +++ b/boards/native/Makefile @@ -3,5 +3,3 @@ MODULE = board DIRS = drivers include $(RIOTBASE)/Makefile.base - -INCLUDES = $(NATIVEINCLUDES) diff --git a/boards/native/drivers/Makefile b/boards/native/drivers/Makefile index 3aae3fd580..e717c6fd8e 100644 --- a/boards/native/drivers/Makefile +++ b/boards/native/drivers/Makefile @@ -1,5 +1,3 @@ MODULE = native-drivers include $(RIOTBASE)/Makefile.base - -INCLUDES = $(NATIVEINCLUDES)