summaryrefslogtreecommitdiffstats
path: root/src/Makefile
diff options
context:
space:
mode:
authorMichael Brown2006-05-31 16:31:48 +0200
committerMichael Brown2006-05-31 16:31:48 +0200
commit73a449e96bdd677c3a7c9946c4b47f5db6a2df0f (patch)
tree8d5b4f1a0d759441755fd2046bc04c4437fb8d4f /src/Makefile
parentOne bit of an ASCII character can make a big difference. (diff)
downloadipxe-73a449e96bdd677c3a7c9946c4b47f5db6a2df0f.tar.gz
ipxe-73a449e96bdd677c3a7c9946c4b47f5db6a2df0f.tar.xz
ipxe-73a449e96bdd677c3a7c9946c4b47f5db6a2df0f.zip
Added drivers/ata directory (forgot to check this in previously).
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 4f44c14a..9e3e012e 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -138,6 +138,7 @@ SRCDIRS += drivers/bus
SRCDIRS += drivers/net
SRCDIRS += drivers/block
SRCDIRS += drivers/scsi
+SRCDIRS += drivers/ata
SRCDIRS += drivers/nvs
SRCDIRS += interface/pxe