diff options
| author | Michael Brown | 2006-06-01 13:05:36 +0200 |
|---|---|---|
| committer | Michael Brown | 2006-06-01 13:05:36 +0200 |
| commit | d21fc3610fb2142758d4bb35bc682f005d893c35 (patch) | |
| tree | 56a5cf57b375f424411c8fb9a6d3fe37e06c37ef /src/Makefile | |
| parent | Put in a method to get the MAC address for the AoE target. (It's not (diff) | |
| download | ipxe-d21fc3610fb2142758d4bb35bc682f005d893c35.tar.gz ipxe-d21fc3610fb2142758d4bb35bc682f005d893c35.tar.xz ipxe-d21fc3610fb2142758d4bb35bc682f005d893c35.zip | |
Added sample AoE test code to tree
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 9e3e012ea..989199c4c 100644 --- a/src/Makefile +++ b/src/Makefile @@ -141,6 +141,7 @@ SRCDIRS += drivers/scsi SRCDIRS += drivers/ata SRCDIRS += drivers/nvs SRCDIRS += interface/pxe +SRCDIRS += tests # NON_AUTO_SRCS lists files that are excluded from the normal # automatic build system. |
