diff options
author | Michael Brown | 2006-05-17 19:31:18 +0200 |
---|---|---|
committer | Michael Brown | 2006-05-17 19:31:18 +0200 |
commit | 61d7b8a5efcdb021284c3ed869767fd043df7983 (patch) | |
tree | 92f91d3c5ee8c261a690c40e553e8acb8b7a72ac /src/Makefile | |
parent | Split debug functions out into core/debug.c, so that they can be (diff) | |
download | ipxe-61d7b8a5efcdb021284c3ed869767fd043df7983.tar.gz ipxe-61d7b8a5efcdb021284c3ed869767fd043df7983.tar.xz ipxe-61d7b8a5efcdb021284c3ed869767fd043df7983.zip |
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 f737201b..cd8f7e33 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 |