From 73a89efed06a03f2733c14e42553ad23223f5cad Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Tue, 31 Mar 2015 11:59:16 -0600 Subject: Fix some problems with a preceding commit --- nuttx/FlatLibs.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nuttx/FlatLibs.mk') diff --git a/nuttx/FlatLibs.mk b/nuttx/FlatLibs.mk index c0ebca829..ebe69cbb6 100644 --- a/nuttx/FlatLibs.mk +++ b/nuttx/FlatLibs.mk @@ -47,7 +47,7 @@ USERLIBS = # Add libraries for board support -NUTTXLIBS = lib$(DELIM)libconfigs$(LIBEXT) +NUTTXLIBS += lib$(DELIM)libconfigs$(LIBEXT) # Add libraries for syscall support. -- cgit v1.2.3