diff options
author | Michael Brown <mcb30@etherboot.org> | 2006-05-17 17:31:18 +0000 |
---|---|---|
committer | Michael Brown <mcb30@etherboot.org> | 2006-05-17 17:31:18 +0000 |
commit | 61d7b8a5efcdb021284c3ed869767fd043df7983 (patch) | |
tree | 92f91d3c5ee8c261a690c40e553e8acb8b7a72ac /src/Makefile | |
parent | a4143e8c87b42cd2bc36f52639929c358eeec8ff (diff) | |
download | ipxe-61d7b8a5efcdb021284c3ed869767fd043df7983.tar.gz |
Added missing drivers/scsi
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index f737201bf..cd8f7e332 100644 --- a/src/Makefile +++ b/src/Makefile @@ -137,7 +137,7 @@ SRCDIRS += net net/uip net/tcp SRCDIRS += drivers/bus SRCDIRS += drivers/net SRCDIRS += drivers/block -#SRCDIRS += drivers/disk +SRCDIRS += drivers/scsi SRCDIRS += interface/pxe # NON_AUTO_SRCS lists files that are excluded from the normal |