summaryrefslogtreecommitdiffstats
path: root/src/Makefile
diff options
context:
space:
mode:
authorMichael Brown2006-12-19 20:28:12 +0100
committerMichael Brown2006-12-19 20:28:12 +0100
commit1bc3514bd83ec5e1407afa059dd52c0118e73b41 (patch)
treea56c88a1fd20a1b0e09817b0e90d30c0049e0767 /src/Makefile
parentUse common symbols to avoid dragging in getopt.o unless a getopt-using (diff)
downloadipxe-1bc3514bd83ec5e1407afa059dd52c0118e73b41.tar.gz
ipxe-1bc3514bd83ec5e1407afa059dd52c0118e73b41.tar.xz
ipxe-1bc3514bd83ec5e1407afa059dd52c0118e73b41.zip
Start of generic editable string support
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 78d6c10f..09bede17 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -144,7 +144,7 @@ SRCDIRS += drivers/bitbash
SRCDIRS += interface/pxe
SRCDIRS += tests
SRCDIRS += crypto
-SRCDIRS += hci/mucurses
+SRCDIRS += hci hci/mucurses
SRCDIRS += commandline
SRCDIRS += commandline/commands