Skip to content

Commit

Permalink
fixup! native: don't use NATIVEINCLUDES in board and board/drivers
Browse files Browse the repository at this point in the history
  • Loading branch information
aabadie committed Jun 4, 2019
1 parent 42f22d7 commit 580c6eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions boards/native/drivers/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
MODULE = native-drivers

include $(RIOTBASE)/Makefile.base

INCLUDES = $(NATIVEINCLUDES)
2 changes: 2 additions & 0 deletions cpu/native/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,5 @@ ifneq (,$(filter trace,$(USEMODULE)))
endif

include $(RIOTBASE)/Makefile.base

INCLUDES = $(NATIVEINCLUDES)

0 comments on commit 580c6eb

Please sign in to comment.