aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorPiotr Jaroszyński <p.jaroszynski@gmail.com>2010-04-08 01:40:31 +0200
committerMichael Brown <mcb30@ipxe.org>2010-08-19 12:31:13 +0100
commit18d3c12b01466e424d9a54e4dbbba94e7859ec48 (patch)
tree1e55385d625f14d5cf34c64af6cee0b09efc2957 /src/Makefile
parent1812bfd5d0d304baf3974c100b284ee8059c77fe (diff)
downloadipxe-18d3c12b01466e424d9a54e4dbbba94e7859ec48.zip
ipxe-18d3c12b01466e424d9a54e4dbbba94e7859ec48.tar.gz
ipxe-18d3c12b01466e424d9a54e4dbbba94e7859ec48.tar.bz2
[linux] Add console
Add linux console using stdin/out. Configure the attached terminal for readline use. Signed-off-by: Piotr Jaroszyński <p.jaroszynski@gmail.com> Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 4dd761c..18e0334 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -73,7 +73,7 @@ SRCDIRS += drivers/block
SRCDIRS += drivers/nvs
SRCDIRS += drivers/bitbash
SRCDIRS += drivers/infiniband
-SRCDIRS += interface/pxe interface/efi interface/smbios
+SRCDIRS += interface/pxe interface/efi interface/smbios interface/linux
SRCDIRS += tests
SRCDIRS += crypto crypto/axtls crypto/matrixssl
SRCDIRS += hci hci/commands hci/tui