diff options
Diffstat (limited to 'src/avr/Makefile')
-rw-r--r-- | src/avr/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/avr/Makefile b/src/avr/Makefile index 758443da..c5e5dba1 100644 --- a/src/avr/Makefile +++ b/src/avr/Makefile @@ -9,6 +9,7 @@ LDFLAGS-y += -Wl,--relax # Add avr source files src-y += avr/main.c avr/timer.c avr/gpio.c avr/alloc.c src-$(CONFIG_AVR_WATCHDOG) += avr/watchdog.c +src-$(CONFIG_AVR_USBSERIAL) += avr/usbserial.c ../lib/pjrc_usb_serial/usb_serial.c src-$(CONFIG_AVR_SERIAL) += avr/serial.c # Build the additional hex output file |