]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
Move nvo_cmd.c to hci/commands.
authorMichael Brown <mcb30@etherboot.org>
Wed, 20 Dec 2006 00:31:34 +0000 (00:31 +0000)
committerMichael Brown <mcb30@etherboot.org>
Wed, 20 Dec 2006 00:31:34 +0000 (00:31 +0000)
src/Makefile
src/hci/commands/nvo_cmd.c [moved from src/commandline/commands/nvo_cmd.c with 100% similarity]

index 09bede176103b733f28e0f85101c40c852ba889a..fae083fff2329c9a90bdd6b0968d5223863b484a 100644 (file)
@@ -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.