From 91fb434bdaf7a8a60972764a5c8227d6f8ba5bc2 Mon Sep 17 00:00:00 2001 From: Piotr Jaroszyński Date: Mon, 31 May 2010 18:50:11 +0200 Subject: [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 Signed-off-by: Michael Brown --- src/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index 18e0334eb..f003599c5 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 -- cgit v1.2.3-55-g7522