mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] rules/Kconfig: Add new section, emulators.
@ 2021-07-16 10:26 Christian Melki
  0 siblings, 0 replies; only message in thread
From: Christian Melki @ 2021-07-16 10:26 UTC (permalink / raw)
  To: ptxdist

As CPUs get more powerful, host emulators / virtualization engines become
more plausible as target software. Add new section.

Signed-off-by: Christian Melki <christian.melki@t2data.com>
---
 rules/Kconfig      | 4 ++++
 rules/emulators.in | 7 +++++++
 2 files changed, 11 insertions(+)
 create mode 100644 rules/emulators.in

diff --git a/rules/Kconfig b/rules/Kconfig
index de3156c25..1e1f5ecf3 100644
--- a/rules/Kconfig
+++ b/rules/Kconfig
@@ -69,6 +69,10 @@ menu "Editors                       "
 source "generated/editors.in"
 endmenu
 
+menu "Emulators                     "
+source "generated/emulators.in"
+endmenu
+
 menu "System Libraries              "
 source "generated/system_libraries.in"
 endmenu
diff --git a/rules/emulators.in b/rules/emulators.in
new file mode 100644
index 000000000..6ce7cfaa4
--- /dev/null
+++ b/rules/emulators.in
@@ -0,0 +1,7 @@
+## SECTION=emulators
+
+#
+# This file does only exist to create a defined entry in the "emulators"
+# section, so that the toplevel Kconfig can include generated/emulators.in
+# even if no package is in that category.
+#
-- 
2.32.0


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-07-16 10:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-16 10:26 [ptxdist] [PATCH] rules/Kconfig: Add new section, emulators Christian Melki

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox