summaryrefslogtreecommitdiffstats
path: root/src/Makefile
diff options
context:
space:
mode:
authorMichael Brown2006-12-20 04:04:07 +0100
committerMichael Brown2006-12-20 04:04:07 +0100
commit1e322d4b4cc88111ad3a71f8201899c12e96ce1e (patch)
tree13bcbae93215e884376876ab2f136b629311a73c /src/Makefile
parentDon't automatically redraw the edit box; this allows better inheritance. (diff)
downloadipxe-1e322d4b4cc88111ad3a71f8201899c12e96ce1e.tar.gz
ipxe-1e322d4b4cc88111ad3a71f8201899c12e96ce1e.tar.xz
ipxe-1e322d4b4cc88111ad3a71f8201899c12e96ce1e.zip
Add (partly-functional) user interface for editing configuration settings
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index fae083ff..9c98909d 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -144,7 +144,8 @@ SRCDIRS += drivers/bitbash
SRCDIRS += interface/pxe
SRCDIRS += tests
SRCDIRS += crypto
-SRCDIRS += hci hci/commands hci/mucurses
+SRCDIRS += hci hci/commands hci/tui
+SRCDIRS += hci/mucurses hci/mucurses/widgets
# NON_AUTO_SRCS lists files that are excluded from the normal
# automatic build system.