diff options
author | Michael Brown | 2006-05-26 17:39:24 +0200 |
---|---|---|
committer | Michael Brown | 2006-05-26 17:39:24 +0200 |
commit | aa2468babe4c5c052f41790cefb344c27f77852f (patch) | |
tree | 1d6b3b1e5c7666f479f678c6c5bcb3be3ab78ead /src/Makefile | |
parent | Need write permission to /dev/net/tun, not just read. (diff) | |
download | ipxe-aa2468babe4c5c052f41790cefb344c27f77852f.tar.gz ipxe-aa2468babe4c5c052f41790cefb344c27f77852f.tar.xz ipxe-aa2468babe4c5c052f41790cefb344c27f77852f.zip |
Added abstraction layer for a three-wire serial device (e.g. the EEPROM
used on RTL8139 cards).
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile index 77d2fc93..4f44c14a 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/nvs SRCDIRS += interface/pxe # NON_AUTO_SRCS lists files that are excluded from the normal |