diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2013-02-05 16:36:44 +0100 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2013-04-08 18:13:16 +0200 |
commit | 914e29d28052dbe5a4f41b71eaf8c7bb19ac0929 (patch) | |
tree | d1cc5e20d30ce918218894c0c022d21dd0b53d22 /hw/nvram/Makefile.objs | |
parent | 5193899a5a7de923c77cbc4e5019e5009294245e (diff) | |
download | qemu-914e29d28052dbe5a4f41b71eaf8c7bb19ac0929.zip |
hw: move NVRAM interfaces to hw/nvram/, configure with default-configs/
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'hw/nvram/Makefile.objs')
-rw-r--r-- | hw/nvram/Makefile.objs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/nvram/Makefile.objs b/hw/nvram/Makefile.objs index 80fb1b0441..e9a66940e0 100644 --- a/hw/nvram/Makefile.objs +++ b/hw/nvram/Makefile.objs @@ -2,3 +2,4 @@ common-obj-$(CONFIG_DS1225Y) += ds1225y.o common-obj-y += eeprom93xx.o common-obj-y += fw_cfg.o common-obj-$(CONFIG_MAC_NVRAM) += mac_nvram.o +obj-$(CONFIG_PSERIES) += spapr_nvram.o |