mirror of
https://github.com/bolucat/Archive.git
synced 2026-04-23 00:17:16 +08:00
14 lines
225 B
Makefile
14 lines
225 B
Makefile
include $(TOPDIR)/rules.mk
|
|
|
|
ARCH:=arm
|
|
BOARD:=airoha
|
|
BOARDNAME:=Airoha ARM
|
|
SUBTARGETS:=en7523 an7581
|
|
FEATURES:=dt squashfs nand ramdisk gpio
|
|
|
|
KERNEL_PATCHVER:=6.6
|
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
$(eval $(call BuildTarget))
|