增加设备蓝莓(Blueberry)

This commit is contained in:
2023-12-01 17:50:18 +08:00
parent 4ee040125a
commit d28e676f1e
6 changed files with 223 additions and 3 deletions

View File

@@ -88,6 +88,10 @@ ifeq ($(BOARD), orangepizero2-h616)
EXTRA_CFLAGS = -DCONFIG_ORANGEPI_ZERO2
endif
ifeq ($(BOARD), blueberry)
EXTRA_CFLAGS = -DCONFIG_BLUEBERRY
endif
ifeq ($(BOARD), orangepizeroplus2h3)
EXTRA_CFLAGS = -DCONFIG_ORANGEPI_ZEROPLUS2_H3
endif