summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Makefile4
-rw-r--r--src/hci/commands/nvo_cmd.c (renamed from src/commandline/commands/nvo_cmd.c)0
2 files changed, 1 insertions, 3 deletions
diff --git a/src/Makefile b/src/Makefile
index 09bede176..fae083fff 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.
diff --git a/src/commandline/commands/nvo_cmd.c b/src/hci/commands/nvo_cmd.c
index 0ea7d8624..0ea7d8624 100644
--- a/src/commandline/commands/nvo_cmd.c
+++ b/src/hci/commands/nvo_cmd.c