summaryrefslogtreecommitdiff
path: root/nuttx/configs/teensy/src/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/teensy/src/Makefile')
-rwxr-xr-xnuttx/configs/teensy/src/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/nuttx/configs/teensy/src/Makefile b/nuttx/configs/teensy/src/Makefile
index 0178709b4..e27f02663 100755
--- a/nuttx/configs/teensy/src/Makefile
+++ b/nuttx/configs/teensy/src/Makefile
@@ -41,6 +41,12 @@ CSRCS = up_boot.c
ifeq ($(CONFIG_ARCH_LEDS),y)
CSRCS += up_leds.c
endif
+ifeq ($(CONFIG_USBSTRG),y)
+CSRCS += up_usbstrg.c
+endif
+ifeq ($(CONFIG_AVR_SPI),y)
+CSRCS += up_spi.c
+endif
AOBJS = $(ASRCS:.S=$(OBJEXT))
COBJS = $(CSRCS:.c=$(OBJEXT))