diff options
author | Michael Brown | 2006-12-20 04:04:07 +0100 |
---|---|---|
committer | Michael Brown | 2006-12-20 04:04:07 +0100 |
commit | 1e322d4b4cc88111ad3a71f8201899c12e96ce1e (patch) | |
tree | 13bcbae93215e884376876ab2f136b629311a73c /src/Makefile | |
parent | Don't automatically redraw the edit box; this allows better inheritance. (diff) | |
download | ipxe-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/Makefile | 3 |
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. |