summaryrefslogtreecommitdiffstats
path: root/src/Makefile
diff options
context:
space:
mode:
authorMichael Brown2006-12-20 01:31:34 +0100
committerMichael Brown2006-12-20 01:31:34 +0100
commita1685cb3e2ef4c3a808496576dfca0e216258566 (patch)
treec3793ed75f05d0c89962cec5b52d8eb3a18ce7d5 /src/Makefile
parentFunctionality now replaced by a combination of readline() and system(). (diff)
downloadipxe-a1685cb3e2ef4c3a808496576dfca0e216258566.tar.gz
ipxe-a1685cb3e2ef4c3a808496576dfca0e216258566.tar.xz
ipxe-a1685cb3e2ef4c3a808496576dfca0e216258566.zip
Move nvo_cmd.c to hci/commands.
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/Makefile b/src/Makefile
index 09bede17..fae083ff 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -144,9 +144,7 @@ SRCDIRS += drivers/bitbash
SRCDIRS += interface/pxe
SRCDIRS += tests
SRCDIRS += crypto
-SRCDIRS += hci hci/mucurses
-SRCDIRS += commandline
-SRCDIRS += commandline/commands
+SRCDIRS += hci hci/commands hci/mucurses
# NON_AUTO_SRCS lists files that are excluded from the normal
# automatic build system.