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/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/configs/teensy/src/Makefile b/nuttx/configs/teensy/src/Makefile
index e27f02663..36e887b74 100755
--- a/nuttx/configs/teensy/src/Makefile
+++ b/nuttx/configs/teensy/src/Makefile
@@ -41,8 +41,8 @@ CSRCS = up_boot.c
ifeq ($(CONFIG_ARCH_LEDS),y)
CSRCS += up_leds.c
endif
-ifeq ($(CONFIG_USBSTRG),y)
-CSRCS += up_usbstrg.c
+ifeq ($(CONFIG_USBMSC),y)
+CSRCS += up_usbmsc.c
endif
ifeq ($(CONFIG_AVR_SPI),y)
CSRCS += up_spi.c