3 lines
92 B
Makefile
3 lines
92 B
Makefile
obj-y += boot.o
|
|
obj-$(CONFIG_AVR_ATMEGA_MCU) += atmega.o
|
|
obj-$(CONFIG_ARDUINO) += arduino.o
|