From 4acd60377103f9e793c8eb196c0dc19299b6729b Mon Sep 17 00:00:00 2001 From: patacongo Date: Wed, 25 Jan 2012 12:50:42 +0000 Subject: Corrections for LP17xx UARTs and Nucleus 2G git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4331 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/configs/nucleus2g/src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nuttx/configs/nucleus2g/src/Makefile') diff --git a/nuttx/configs/nucleus2g/src/Makefile b/nuttx/configs/nucleus2g/src/Makefile index 057470068..303bd2b94 100755 --- a/nuttx/configs/nucleus2g/src/Makefile +++ b/nuttx/configs/nucleus2g/src/Makefile @@ -38,7 +38,7 @@ CFLAGS += -I$(TOPDIR)/sched ASRCS = -CSRCS = up_boot.c up_leds.c up_ssp.c +CSRCS = up_boot.c up_leds.c up_ssp.c up_outputs.c ifeq ($(CONFIG_NSH_ARCHINIT),y) CSRCS += up_nsh.c endif -- cgit v1.2.3