aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorThomas Huth <thuth@redhat.com>2021-03-16 13:42:08 +0100
committerThomas Huth <thuth@redhat.com>2021-04-01 14:28:39 +0200
commit4fb98ae62dfe4ad764bc6da1ae08b3bf47ce6f8f (patch)
tree761d698ea657eba256dfa77ad0e78721ef35f2a3 /docs
parent7e3a61ce621b48d4cabc181bcb979ee876e940d0 (diff)
docs: Remove obsolete paragraph about config-target.mak
$TARGET-NAME/config-target.mak has been removed a while ago. Remove it now from the documentation, too. Fixes: fdb75aeff7 ("configure: remove target configuration") Message-Id: <20210316124208.455456-1-thuth@redhat.com> Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/devel/build-system.rst8
1 files changed, 0 insertions, 8 deletions
diff --git a/docs/devel/build-system.rst b/docs/devel/build-system.rst
index 69ce3087e3..7ef36f42d0 100644
--- a/docs/devel/build-system.rst
+++ b/docs/devel/build-system.rst
@@ -426,14 +426,6 @@ Built by configure:
build outputs. Variables which are potentially different for each
emulator target are defined by the next file...
-`$TARGET-NAME/config-target.mak`
- TARGET-NAME is the name of a system or userspace emulator, for example,
- x86_64-softmmu denotes the system emulator for the x86_64 architecture.
- This file contains the variables which need to vary on a per-target
- basis. For example, it will indicate whether KVM or Xen are enabled for
- the target and any other potential custom libraries needed for linking
- the target.
-
Built by Meson: