Signed-off-by: Philippe Mathieu-Daudé <f4...@amsat.org> --- hw/avr/Makefile.objs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/hw/avr/Makefile.objs b/hw/avr/Makefile.objs index 626b7064b3..1eb4b53be6 100644 --- a/hw/avr/Makefile.objs +++ b/hw/avr/Makefile.objs @@ -1 +1 @@ -obj-y += sample.o +obj-$(CONFIG_AVR_SAMPLE) += sample.o -- 2.21.1