diff mbox series

[v4,08/18] hw/avr/Makefile: Use CONFIG_AVR_SAMPLE variable

Message ID 20200120220107.17825-9-f4bug@amsat.org (mailing list archive)
State New, archived
Headers show
Series hw/avr: Introduce few Arduino boards | expand

Commit Message

Philippe Mathieu-Daudé Jan. 20, 2020, 10 p.m. UTC
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
---
 hw/avr/Makefile.objs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

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