From a1685cb3e2ef4c3a808496576dfca0e216258566 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Wed, 20 Dec 2006 00:31:34 +0000 Subject: [PATCH] Move nvo_cmd.c to hci/commands. --- src/Makefile | 4 +--- src/{commandline => hci}/commands/nvo_cmd.c | 0 2 files changed, 1 insertion(+), 3 deletions(-) rename src/{commandline => hci}/commands/nvo_cmd.c (100%) 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. diff --git a/src/commandline/commands/nvo_cmd.c b/src/hci/commands/nvo_cmd.c similarity index 100% rename from src/commandline/commands/nvo_cmd.c rename to src/hci/commands/nvo_cmd.c