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/ppc/Makefile.objs | |
parent | 5193899a5a7de923c77cbc4e5019e5009294245e (diff) |
hw: move NVRAM interfaces to hw/nvram/, configure with default-configs/
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'hw/ppc/Makefile.objs')
-rw-r--r-- | hw/ppc/Makefile.objs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/hw/ppc/Makefile.objs b/hw/ppc/Makefile.objs index 280ed266e0..be00d1da3b 100644 --- a/hw/ppc/Makefile.objs +++ b/hw/ppc/Makefile.objs @@ -1,8 +1,3 @@ -# IBM pSeries (sPAPR) -obj-$(CONFIG_PSERIES) += spapr_nvram.o - -obj-y := $(addprefix ../,$(obj-y)) - # shared objects obj-y += ppc.o ppc_booke.o # IBM pSeries (sPAPR) |