qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Philippe Mathieu-Daudé
Subject: [PATCH v4 08/18] hw/avr/Makefile: Use CONFIG_AVR_SAMPLE variable
Date: Mon, 20 Jan 2020 23:00:57 +0100

Signed-off-by: Philippe Mathieu-Daudé <address@hidden>
---
 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]