qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [RFC PATCH 01/25] build: actually use CONFIG_PAM


From: Yang Zhong
Subject: [Qemu-devel] [RFC PATCH 01/25] build: actually use CONFIG_PAM
Date: Thu, 27 Dec 2018 14:33:55 +0800

From: Paolo Bonzini <address@hidden>

Do not link it unconditionally into all binaries.

Signed-off-by: Paolo Bonzini <address@hidden>
---
 hw/pci-host/Makefile.objs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hw/pci-host/Makefile.objs b/hw/pci-host/Makefile.objs
index 6d6597c065..9d7e7cd1b8 100644
--- a/hw/pci-host/Makefile.objs
+++ b/hw/pci-host/Makefile.objs
@@ -1,4 +1,4 @@
-common-obj-y += pam.o
+common-obj-$(CONFIG_PAM) += pam.o
 
 # PPC devices
 common-obj-$(CONFIG_PREP_PCI) += prep.o
-- 
2.17.1




reply via email to

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