move make.mk to hw/bsp/family_support.mk

This commit is contained in:
hathach
2025-10-14 15:14:43 +07:00
parent 38255ffc38
commit 9bf18d080b
40 changed files with 41 additions and 44 deletions

View File

@ -1,4 +1,4 @@
include ../../build_system/make/make.mk
include ../../../hw/bsp/family_support.mk
INC += \
src \

View File

@ -1,5 +1,5 @@
RTOS = freertos
include ../../build_system/make/make.mk
include ../../../hw/bsp/family_support.mk
INC += \
src \

View File

@ -1,4 +1,4 @@
include ../../build_system/make/make.mk
include ../../../hw/bsp/family_support.mk
INC += \
src \

View File

@ -1,5 +1,5 @@
RTOS = freertos
include ../../build_system/make/make.mk
include ../../../hw/bsp/family_support.mk
INC += \
src \

View File

@ -1,4 +1,4 @@
include ../../build_system/make/make.mk
include ../../../hw/bsp/family_support.mk
INC += \
src \

View File

@ -1,4 +1,4 @@
include ../../build_system/make/make.mk
include ../../../hw/bsp/family_support.mk
INC += \
src \

View File

@ -1,4 +1,4 @@
include ../../build_system/make/make.mk
include ../../../hw/bsp/family_support.mk
INC += \
src \

View File

@ -1,4 +1,4 @@
include ../../build_system/make/make.mk
include ../../../hw/bsp/family_support.mk
INC += \
src \

View File

@ -1,5 +1,5 @@
RTOS = freertos
include ../../build_system/make/make.mk
include ../../../hw/bsp/family_support.mk
INC += \
src \

View File

@ -1,4 +1,4 @@
include ../../build_system/make/make.mk
include ../../../hw/bsp/family_support.mk
INC += \
src \

View File

@ -1,4 +1,4 @@
include ../../build_system/make/make.mk
include ../../../hw/bsp/family_support.mk
INC += \
src \

View File

@ -1,4 +1,4 @@
include ../../build_system/make/make.mk
include ../../../hw/bsp/family_support.mk
INC += \
src \

View File

@ -1,4 +1,4 @@
include ../../build_system/make/make.mk
include ../../../hw/bsp/family_support.mk
INC += \
src \

View File

@ -1,4 +1,4 @@
include ../../build_system/make/make.mk
include ../../../hw/bsp/family_support.mk
INC += \
src \

View File

@ -1,4 +1,4 @@
include ../../build_system/make/make.mk
include ../../../hw/bsp/family_support.mk
INC += \
src \

View File

@ -1,5 +1,5 @@
RTOS = freertos
include ../../build_system/make/make.mk
include ../../../hw/bsp/family_support.mk
INC += \
src \

View File

@ -1,4 +1,4 @@
include ../../build_system/make/make.mk
include ../../../hw/bsp/family_support.mk
INC += \
src \

View File

@ -1,4 +1,4 @@
include ../../build_system/make/make.mk
include ../../../hw/bsp/family_support.mk
INC += \
src \

View File

@ -1,4 +1,4 @@
include ../../build_system/make/make.mk
include ../../../hw/bsp/family_support.mk
INC += \
src \

View File

@ -1,5 +1,5 @@
RTOS = freertos
include ../../build_system/make/make.mk
include ../../../hw/bsp/family_support.mk
INC += \
src \

View File

@ -1,4 +1,4 @@
include ../../build_system/make/make.mk
include ../../../hw/bsp/family_support.mk
INC += \
src \

View File

@ -1,4 +1,4 @@
include ../../build_system/make/make.mk
include ../../../hw/bsp/family_support.mk
INC += \
src \

View File

@ -1,4 +1,4 @@
include ../../build_system/make/make.mk
include ../../../hw/bsp/family_support.mk
# suppress warning caused by lwip
CFLAGS_GCC += \

View File

@ -1,4 +1,4 @@
include ../../build_system/make/make.mk
include ../../../hw/bsp/family_support.mk
INC += \
src \

View File

@ -1,4 +1,4 @@
include ../../build_system/make/make.mk
include ../../../hw/bsp/family_support.mk
INC += \
src \

View File

@ -1,4 +1,4 @@
include ../../build_system/make/make.mk
include ../../../hw/bsp/family_support.mk
INC += \
src \

View File

@ -1,4 +1,4 @@
include ../../build_system/make/make.mk
include ../../../hw/bsp/family_support.mk
ifeq ($(DISABLE_MJPEG),1)
CFLAGS += -DCFG_EXAMPLE_VIDEO_DISABLE_MJPEG

View File

@ -1,4 +1,4 @@
include ../../build_system/make/make.mk
include ../../../hw/bsp/family_support.mk
ifeq ($(DISABLE_MJPEG),1)
CFLAGS += -DCFG_EXAMPLE_VIDEO_DISABLE_MJPEG

View File

@ -1,4 +1,4 @@
include ../../build_system/make/make.mk
include ../../../hw/bsp/family_support.mk
INC += \
src \