mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 16:23:55 -06:00
build: actually use CONFIG_PAM
Do not link it unconditionally into all binaries. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Yang Zhong <yang.zhong@intel.com> Reviewed-by: Thomas Huth <thuth@redhat.com> Message-Id: <20190202072456.6468-6-yang.zhong@intel.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
5afdd57ca0
commit
91b82fec16
2 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
common-obj-y += pam.o
|
||||
common-obj-$(CONFIG_PAM) += pam.o
|
||||
|
||||
# PPC devices
|
||||
common-obj-$(CONFIG_PREP_PCI) += prep.o
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue