19 lines
407 B
Makefile
Raw Normal View History

# SPDX-License-Identifier: GPL-2.0-only
2017-09-06 19:19:45 +08:00
#
# Copyright (C) 2017 Yousong Zhou <yszhou4tech@gmail.com>
2017-09-06 19:19:45 +08:00
include $(TOPDIR)/rules.mk
BOARD:=armvirt
BOARDNAME:=QEMU ARM Virtual Machine
2023-04-24 15:02:30 +08:00
FEATURES:=fpu pci pcie rtc usb boot-part rootfs-part
FEATURES+=cpiogz ext4 ramdisk squashfs targz vmdk
2017-09-06 19:19:45 +08:00
2023-04-24 15:02:30 +08:00
KERNEL_PATCHVER:=5.15
2017-09-06 19:19:45 +08:00
include $(INCLUDE_DIR)/target.mk
2020-07-02 23:30:56 +08:00
DEFAULT_PACKAGES += mkf2fs e2fsprogs
2017-09-06 19:19:45 +08:00
$(eval $(call BuildTarget))