diff options
author | Piotr Jaroszyński <p.jaroszynski@gmail.com> | 2010-05-31 18:50:11 +0200 |
---|---|---|
committer | Michael Brown <mcb30@ipxe.org> | 2010-08-19 12:42:42 +0100 |
commit | 91fb434bdaf7a8a60972764a5c8227d6f8ba5bc2 (patch) | |
tree | dde537fcdc7c40153bcf697b4d62da72908e833f /src/Makefile | |
parent | aacd1d62fb042b1473ac7199ff7b3928bc7cf07c (diff) | |
download | ipxe-91fb434bdaf7a8a60972764a5c8227d6f8ba5bc2.tar.gz |
[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/Makefile | 1 |
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 |