aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/x86/kvm_guest/profiles/000-Generic.mk
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@nbd.name>2016-05-12 16:52:36 +0200
committerFelix Fietkau <nbd@nbd.name>2016-05-12 17:00:53 +0200
commit7d7fb75df5735a089d183ca3d24c06d4b5178dc8 (patch)
treec0c12b4981f38bfa2376363fb8bea3b2184661a0 /target/linux/x86/kvm_guest/profiles/000-Generic.mk
parent959bc143a019f23e9faac79e475b269e2a7efabc (diff)
downloadupstream-7d7fb75df5735a089d183ca3d24c06d4b5178dc8.tar.gz
upstream-7d7fb75df5735a089d183ca3d24c06d4b5178dc8.tar.bz2
upstream-7d7fb75df5735a089d183ca3d24c06d4b5178dc8.zip
x86: remove the kvm_guest subtarget
32-bit only hardware that supports kvm is very rare. It's not worth keeping a separate subtarget for this. Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'target/linux/x86/kvm_guest/profiles/000-Generic.mk')
-rw-r--r--target/linux/x86/kvm_guest/profiles/000-Generic.mk15
1 files changed, 0 insertions, 15 deletions
diff --git a/target/linux/x86/kvm_guest/profiles/000-Generic.mk b/target/linux/x86/kvm_guest/profiles/000-Generic.mk
deleted file mode 100644
index ccd125afa2..0000000000
--- a/target/linux/x86/kvm_guest/profiles/000-Generic.mk
+++ /dev/null
@@ -1,15 +0,0 @@
-#
-# Copyright (C) 2006-2015 OpenWrt.org
-#
-# This is free software, licensed under the GNU General Public License v2.
-# See /LICENSE for more information.
-#
-
-define Profile/Generic
- NAME:=Generic
-endef
-
-define Profile/Generic/Description
- Generic Profile
-endef
-$(eval $(call Profile,Generic))