summaryrefslogtreecommitdiff
path: root/nuttx/configs/vsn/src/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/vsn/src/Makefile')
-rw-r--r--nuttx/configs/vsn/src/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/nuttx/configs/vsn/src/Makefile b/nuttx/configs/vsn/src/Makefile
index f6d03d41f..1a2005d60 100644
--- a/nuttx/configs/vsn/src/Makefile
+++ b/nuttx/configs/vsn/src/Makefile
@@ -43,13 +43,14 @@ CFLAGS += -I$(TOPDIR)/sched
ASRCS =
AOBJS = $(ASRCS:.S=$(OBJEXT))
-CSRCS = up_sysclock.c up_boot.c up_leds.c up_buttons.c up_spi.c up_usbdev.c
+CSRCS = sysclock.c boot.c leds.c buttons.c spi.c \
+ usbdev.c sdcard.c ramtron.c power.c
ifeq ($(CONFIG_EXAMPLES_NSH_ARCHINIT),y)
-CSRCS += up_nsh.c
+CSRCS += nsh.c
endif
ifeq ($(CONFIG_APP_DIR),examples/usbstorage)
-CSRCS += up_usbstrg.c
+CSRCS += usbstrg.c
endif
COBJS = $(CSRCS:.c=$(OBJEXT))