summaryrefslogtreecommitdiff
path: root/kconfig-frontends/AUTHORS
diff options
context:
space:
mode:
authorChristian Eppler <c.eppler@linutonix.de>2013-05-13 16:22:27 +0200
committerChristian Eppler <c.eppler@linutonix.de>2013-05-13 16:22:27 +0200
commit9e05689406c83ae3020ca32a6ec6387466209138 (patch)
tree20a95a65df7e46b584c666ec74850df6d62b3045 /kconfig-frontends/AUTHORS
parentcea5039322781f6085dd47954af5584ca3f78911 (diff)
Implement Kconfig build system
Signed-off-by: Christian Eppler <c.eppler@linutonix.de>
Diffstat (limited to 'kconfig-frontends/AUTHORS')
-rw-r--r--kconfig-frontends/AUTHORS14
1 files changed, 14 insertions, 0 deletions
diff --git a/kconfig-frontends/AUTHORS b/kconfig-frontends/AUTHORS
new file mode 100644
index 0000000..ca1c7ad
--- /dev/null
+++ b/kconfig-frontends/AUTHORS
@@ -0,0 +1,14 @@
+Authors of kconfig-frontends.
+
+The developers of the Linux kernel are the original authors of the kconfig
+parser and frontends. The list is too long to reproduce here, but you can
+get a pretty complete list from the Linux kernel repository logs:
+ git shortlog scripts/kconfig
+
+The packaging uses the GNU autotools build system, of which I
+will not try to list the many authors here.
+
+The initial packaging was done by:
+ "Yann E. MORIN" <yann.morin.1998@free.fr>
+
+For a complete list, see the commit-logs of the kconfig repository.