Skip to content

Commit

Permalink
xtensa/esp32: Remove duplicate board Make.defs
Browse files Browse the repository at this point in the history
$(TOPDIR)/Make.defs was already include in common/Makefile.

Signed-off-by: zhangyuan29 <zhangyuan29@xiaomi.com>
  • Loading branch information
zyfeier committed Nov 19, 2024
1 parent 3700f73 commit 19d07f2
Show file tree
Hide file tree
Showing 12 changed files with 0 additions and 24 deletions.
2 changes: 0 additions & 2 deletions boards/xtensa/esp32/esp32-2432S028/src/Make.defs
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@
#
#############################################################################

include $(TOPDIR)/Make.defs

CSRCS = esp32_boot.c esp32_bringup.c

ifeq ($(CONFIG_BOARDCTL),y)
Expand Down
2 changes: 0 additions & 2 deletions boards/xtensa/esp32/esp32-audio-kit/src/Make.defs
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@
#
#############################################################################

include $(TOPDIR)/Make.defs

CSRCS = esp32_boot.c esp32_bringup.c

ifeq ($(CONFIG_USERLED),y)
Expand Down
2 changes: 0 additions & 2 deletions boards/xtensa/esp32/esp32-devkitc/src/Make.defs
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@
#
############################################################################

include $(TOPDIR)/Make.defs

CSRCS = esp32_boot.c esp32_bringup.c

ifeq ($(CONFIG_BOARDCTL),y)
Expand Down
2 changes: 0 additions & 2 deletions boards/xtensa/esp32/esp32-ethernet-kit/src/Make.defs
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@
#
#############################################################################

include $(TOPDIR)/Make.defs

CSRCS = esp32_boot.c esp32_bringup.c

ifeq ($(CONFIG_BOARDCTL),y)
Expand Down
2 changes: 0 additions & 2 deletions boards/xtensa/esp32/esp32-lyrat/src/Make.defs
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@
#
#############################################################################

include $(TOPDIR)/Make.defs

CSRCS = esp32_boot.c esp32_bringup.c

ifeq ($(CONFIG_USERLED),y)
Expand Down
2 changes: 0 additions & 2 deletions boards/xtensa/esp32/esp32-pico-kit/src/Make.defs
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@
#
############################################################################

include $(TOPDIR)/Make.defs

CSRCS = esp32_boot.c esp32_bringup.c

ifeq ($(CONFIG_BOARDCTL),y)
Expand Down
2 changes: 0 additions & 2 deletions boards/xtensa/esp32/esp32-sparrow-kit/src/Make.defs
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@
#
#############################################################################

include $(TOPDIR)/Make.defs

CSRCS = esp32_boot.c esp32_bringup.c

ifeq ($(CONFIG_ARCH_LEDS),y)
Expand Down
2 changes: 0 additions & 2 deletions boards/xtensa/esp32/esp32-wrover-kit/src/Make.defs
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@
#
#############################################################################

include $(TOPDIR)/Make.defs

CSRCS = esp32_boot.c esp32_bringup.c

ifeq ($(CONFIG_ARCH_LEDS),y)
Expand Down
2 changes: 0 additions & 2 deletions boards/xtensa/esp32/lilygo_tbeam_lora_gps/src/Make.defs
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@
#
############################################################################

include $(TOPDIR)/Make.defs

CSRCS = esp32_boot.c esp32_bringup.c

ifeq ($(CONFIG_BOARDCTL),y)
Expand Down
2 changes: 0 additions & 2 deletions boards/xtensa/esp32/ttgo_eink5_v2/src/Make.defs
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@
#
############################################################################

include $(TOPDIR)/Make.defs

CSRCS = esp32_boot.c esp32_bringup.c

ifeq ($(CONFIG_BOARDCTL),y)
Expand Down
2 changes: 0 additions & 2 deletions boards/xtensa/esp32/ttgo_lora_esp32/src/Make.defs
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@
#
############################################################################

include $(TOPDIR)/Make.defs

CSRCS = esp32_boot.c esp32_bringup.c

ifeq ($(CONFIG_BOARDCTL),y)
Expand Down
2 changes: 0 additions & 2 deletions boards/xtensa/esp32/ttgo_t_display_esp32/src/Make.defs
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@
#
############################################################################

include $(TOPDIR)/Make.defs

CSRCS = esp32_boot.c esp32_bringup.c

ifeq ($(CONFIG_BOARDCTL),y)
Expand Down

0 comments on commit 19d07f2

Please sign in to comment.