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 123f174f0e..af0fddeb13 100644 --- a/hw/avr/Makefile.objs +++ b/hw/avr/Makefile.objs @@ -1 +1,2 @@ obj-y += boot.o +obj-$(CONFIG_AVR_ATMEGA_MCU) += atmega.o |