20 lines
404 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
FEATURES:=fpu pci rtc usb
FEATURES+=cpiogz ext4 ramdisk squashfs targz
2020-07-02 23:30:56 +08:00
KERNEL_PATCHVER:=5.4
KERNEL_TESTING_PATCHVER:=5.10
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))