From 84202d89f0fa83790a4d3f78119f1fb62c1b3d9b Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Wed, 20 Dec 2006 07:04:08 +0000 Subject: Split the (quick hack) boot logic out from main.c to autoboot.c, add a "boot" command to attempt booting from within the command shell, fall back to shell if boot fails for any reason. --- src/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index 9c98909df..95ea3998c 100644 --- a/src/Makefile +++ b/src/Makefile @@ -146,6 +146,7 @@ SRCDIRS += tests SRCDIRS += crypto SRCDIRS += hci hci/commands hci/tui SRCDIRS += hci/mucurses hci/mucurses/widgets +SRCDIRS += usr # NON_AUTO_SRCS lists files that are excluded from the normal # automatic build system. -- cgit v1.2.3-55-g7522