summaryrefslogtreecommitdiffstats
path: root/src/Makefile
diff options
context:
space:
mode:
authorPiotr Jaroszyński2010-05-31 18:50:11 +0200
committerMichael Brown2010-08-19 13:42:42 +0200
commit91fb434bdaf7a8a60972764a5c8227d6f8ba5bc2 (patch)
treedde537fcdc7c40153bcf697b4d62da72908e833f /src/Makefile
parent[linux] Add empty smbios (diff)
downloadipxe-91fb434bdaf7a8a60972764a5c8227d6f8ba5bc2.tar.gz
ipxe-91fb434bdaf7a8a60972764a5c8227d6f8ba5bc2.tar.xz
ipxe-91fb434bdaf7a8a60972764a5c8227d6f8ba5bc2.zip
[linux] Add device and driver model
Add the base to build linux drivers and the linux UI code on. UI fills device requests, which are later walked over by the linux root_driver and delegated to specific linux drivers. 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/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile
index 18e0334e..f003599c 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -73,6 +73,7 @@ SRCDIRS += drivers/block
SRCDIRS += drivers/nvs
SRCDIRS += drivers/bitbash
SRCDIRS += drivers/infiniband
+SRCDIRS += drivers/linux
SRCDIRS += interface/pxe interface/efi interface/smbios interface/linux
SRCDIRS += tests
SRCDIRS += crypto crypto/axtls crypto/matrixssl