Added sketch of bit-bashing interface common code

This commit is contained in:
Michael Brown
2006-06-08 19:47:09 +00:00
parent 17eea9f933
commit e90b64d625
3 changed files with 100 additions and 0 deletions

View File

@@ -140,6 +140,7 @@ SRCDIRS += drivers/block
SRCDIRS += drivers/scsi
SRCDIRS += drivers/ata
SRCDIRS += drivers/nvs
SRCDIRS += drivers/bitbash
SRCDIRS += interface/pxe
SRCDIRS += tests