Commit 914e29d2 authored by Paolo Bonzini's avatar Paolo Bonzini
Browse files

hw: move NVRAM interfaces to hw/nvram/, configure with default-configs/

parent 5193899a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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
+0 −0

File moved.

+0 −5
Original line number Diff line number Diff line
# 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)