aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/armvirt/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/armvirt/Makefile')
-rw-r--r--target/linux/armvirt/Makefile21
1 files changed, 0 insertions, 21 deletions
diff --git a/target/linux/armvirt/Makefile b/target/linux/armvirt/Makefile
deleted file mode 100644
index 04ff914b96..0000000000
--- a/target/linux/armvirt/Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
-# SPDX-License-Identifier: GPL-2.0-only
-#
-# Copyright (C) 2017 Yousong Zhou <yszhou4tech@gmail.com>
-
-include $(TOPDIR)/rules.mk
-
-BOARD:=armvirt
-BOARDNAME:=QEMU ARM Virtual Machine
-FEATURES:=fpu pci pcie rtc usb boot-part rootfs-part
-FEATURES+=cpiogz ext4 ramdisk squashfs targz vmdk
-
-KERNEL_PATCHVER:=5.15
-
-include $(INCLUDE_DIR)/target.mk
-
-DEFAULT_PACKAGES += mkf2fs e2fsprogs
-# blkid used for resolving PARTUUID
-# in sysupgrade
-DEFAULT_PACKAGES += blkid
-
-$(eval $(call BuildTarget))