qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [v2 56/71] hw/openrisc/Makefile.objs: Add CONFIG_ prefix fo


From: Ákos Kovács
Subject: [Qemu-devel] [v2 56/71] hw/openrisc/Makefile.objs: Add CONFIG_ prefix for OPENRISC_SIM
Date: Fri, 27 Sep 2013 04:31:17 +0200

Signed-off-by: Ákos Kovács <address@hidden>
---
 hw/openrisc/Makefile.objs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hw/openrisc/Makefile.objs b/hw/openrisc/Makefile.objs
index 61246b1..60ac7d2 100644
--- a/hw/openrisc/Makefile.objs
+++ b/hw/openrisc/Makefile.objs
@@ -1,2 +1,2 @@
 obj-y = pic_cpu.o cputimer.o
-obj-y += openrisc_sim.o 
+obj-$(CONFIG_OPENRISC_SIM) += openrisc_sim.o 
-- 
1.8.1.2




reply via email to

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