From 898cec64c6e8cc2b5503b333a7c191847c8805fc Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Mon, 14 Oct 2013 07:31:09 -0600 Subject: apps/Makefile should include external/Make.defs so that external applications can participate in the menu configuration --- apps/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/Makefile') diff --git a/apps/Makefile b/apps/Makefile index cf6b33cd7..03e812ff3 100644 --- a/apps/Makefile +++ b/apps/Makefile @@ -79,6 +79,7 @@ include modbus/Make.defs include netutils/Make.defs include nshlib/Make.defs include system/Make.defs +-include external/Make.defs # INSTALLED_APPS is the list of currently available application directories. It # is the same as CONFIGURED_APPS, but filtered to exclude any non-existent -- cgit v1.2.3