diff options
Diffstat (limited to 'hw/avr/Makefile.objs')
-rw-r--r-- | hw/avr/Makefile.objs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/avr/Makefile.objs b/hw/avr/Makefile.objs index af0fddeb13..4dca064bfc 100644 --- a/hw/avr/Makefile.objs +++ b/hw/avr/Makefile.objs @@ -1,2 +1,3 @@ obj-y += boot.o obj-$(CONFIG_AVR_ATMEGA_MCU) += atmega.o +obj-$(CONFIG_ARDUINO) += arduino.o |