
sf21 contains support for Bananapi BPI-RV2 which is a board available to the general public. Limit the source-only flag to sf19a2890 instead. Signed-off-by: Chuanhong Guo <gch981213@gmail.com>
19 lines
334 B
Makefile
19 lines
334 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
ARCH:=mipsel
|
|
BOARD:=siflower
|
|
BOARDNAME:=Siflower SoCs
|
|
FEATURES:=squashfs usb usbgadget
|
|
SUBTARGETS:=sf19a2890 sf21
|
|
|
|
KERNEL_PATCHVER:=6.6
|
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
DEFAULT_PACKAGES += \
|
|
kmod-gpio-button-hotplug \
|
|
uboot-envtools
|
|
|
|
$(eval $(call BuildTarget))
|