target: use SPDX license identifiers on Makefiles
[openwrt/openwrt.git] / target / linux / armvirt / Makefile
1 # SPDX-License-Identifier: GPL-2.0-only
2 #
3 # Copyright (C) 2017 Yousong Zhou <yszhou4tech@gmail.com>
4
5 include $(TOPDIR)/rules.mk
6
7 BOARD:=armvirt
8 BOARDNAME:=QEMU ARM Virtual Machine
9 FEATURES:=fpu pci rtc usb
10 FEATURES+=cpiogz ext4 ramdisk squashfs targz
11
12 KERNEL_PATCHVER:=5.4
13
14 include $(INCLUDE_DIR)/target.mk
15
16 DEFAULT_PACKAGES += mkf2fs e2fsprogs
17
18 $(eval $(call BuildTarget))