diff options
| author | Michael Brown | 2006-03-16 20:18:12 +0100 |
|---|---|---|
| committer | Michael Brown | 2006-03-16 20:18:12 +0100 |
| commit | 0e611719d2dcde150698e348a424326bfcf3020c (patch) | |
| tree | 564425cae36f0d1a12e7c953442bb065106051cd /src/Makefile | |
| parent | Build in gpxe (diff) | |
| download | ipxe-0e611719d2dcde150698e348a424326bfcf3020c.tar.gz ipxe-0e611719d2dcde150698e348a424326bfcf3020c.tar.xz ipxe-0e611719d2dcde150698e348a424326bfcf3020c.zip | |
Add uip on HEAD; it's safe to build, since nothing links against it at the
moment.
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 cb6b944d3..a788d6e1e 100644 --- a/src/Makefile +++ b/src/Makefile @@ -131,6 +131,7 @@ DEBUG_TARGETS += dbg2.o dbg.o c s # SRCDIRS += core SRCDIRS += proto +SRCDIRS += proto/uip #SRCDIRS += image SRCDIRS += drivers/bus SRCDIRS += drivers/net |
