summaryrefslogtreecommitdiffstats
path: root/src/Makefile
diff options
context:
space:
mode:
authorMichael Brown2006-06-08 21:47:09 +0200
committerMichael Brown2006-06-08 21:47:09 +0200
commite90b64d625dcdc28ad811316c9eaf2d7de6ca0d4 (patch)
treea2cd3d2bb3925c4ae2b12eb9c559a2b4488e9269 /src/Makefile
parentFix bug with >256 cylinders. (diff)
downloadipxe-e90b64d625dcdc28ad811316c9eaf2d7de6ca0d4.tar.gz
ipxe-e90b64d625dcdc28ad811316c9eaf2d7de6ca0d4.tar.xz
ipxe-e90b64d625dcdc28ad811316c9eaf2d7de6ca0d4.zip
Added sketch of bit-bashing interface common code
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 989199c4..3130d8fc 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -140,6 +140,7 @@ SRCDIRS += drivers/block
SRCDIRS += drivers/scsi
SRCDIRS += drivers/ata
SRCDIRS += drivers/nvs
+SRCDIRS += drivers/bitbash
SRCDIRS += interface/pxe
SRCDIRS += tests