diff options
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. |