diff options
Diffstat (limited to 'qemu/hw/nvram/Makefile.objs')
-rw-r--r-- | qemu/hw/nvram/Makefile.objs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/qemu/hw/nvram/Makefile.objs b/qemu/hw/nvram/Makefile.objs new file mode 100644 index 000000000..e9a66940e --- /dev/null +++ b/qemu/hw/nvram/Makefile.objs @@ -0,0 +1,5 @@ +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 |