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

cpu/esp32: remove the dependency of vendor code on BOARDDIR

This commit is contained in:
Gunar Schorcht 2020-08-07 16:09:12 +02:00
parent 2d4d29367e
commit d19a1f5af5
7 changed files with 0 additions and 8 deletions

View File

@ -24,8 +24,6 @@
#ifndef DOXYGEN
#include "board.h"
#ifdef __cplusplus
extern "C" {
#endif

View File

@ -18,7 +18,6 @@
#include <stdint.h>
#include <stdbool.h>
#include "esp_err.h"
#include "esp_sleep.h"
#ifdef __cplusplus
extern "C" {

View File

@ -11,7 +11,6 @@ CFLAGS += -D__ets__
include $(RIOTCPU)/$(CPU)/Makefile.include
INCLUDES += -I$(BOARDDIR)/include
INCLUDES += -I$(RIOTBASE)/core/include
INCLUDES += -I$(RIOTBASE)/drivers/include
INCLUDES += -I$(RIOTCPU)/$(CPU)/include

View File

@ -16,4 +16,3 @@ include $(RIOTCPU)/$(CPU)/Makefile.include
INCLUDES += -I$(RIOTBASE)/core/include
INCLUDES += -I$(RIOTCPU)/$(CPU)/vendor/esp-idf/include/log
INCLUDES += -I$(RIOTCPU)/$(CPU)/include
INCLUDES += -I$(BOARDDIR)/include

View File

@ -17,4 +17,3 @@ include $(RIOTCPU)/$(CPU)/Makefile.include
INCLUDES += -I$(RIOTBASE)/core/include
INCLUDES += -I$(RIOTCPU)/$(CPU)/vendor/esp-idf/include/log
INCLUDES += -I$(RIOTCPU)/$(CPU)/include
INCLUDES += -I$(BOARDDIR)/include

View File

@ -16,4 +16,3 @@ include $(RIOTCPU)/$(CPU)/Makefile.include
INCLUDES += -I$(RIOTBASE)/core/include
INCLUDES += -I$(RIOTCPU)/$(CPU)/vendor/esp-idf/include/log
INCLUDES += -I$(RIOTCPU)/$(CPU)/include
INCLUDES += -I$(BOARDDIR)/include

View File

@ -16,4 +16,3 @@ include $(RIOTCPU)/$(CPU)/Makefile.include
INCLUDES += -I$(RIOTBASE)/core/include
INCLUDES += -I$(RIOTCPU)/$(CPU)/vendor/esp-idf/include/log
INCLUDES += -I$(RIOTCPU)/$(CPU)/include
INCLUDES += -I$(BOARDDIR)/include