From 13de295b56132e898b308fd114bb605328127de2 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Mon, 23 May 2005 23:31:59 +0000 Subject: [PATCH] Added interface/pxe directory --- src/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Makefile b/src/Makefile index 2393eecb..39f25e67 100644 --- a/src/Makefile +++ b/src/Makefile @@ -135,6 +135,7 @@ SRCDIRS += proto SRCDIRS += drivers/bus SRCDIRS += drivers/net #SRCDIRS += drivers/disk +SRCDIRS += interface/pxe # NON_AUTO_SRCS lists files that are excluded from the normal # automatic build system.