mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00

This provides a minimal local BMC, basically enough to comply with the spec and provide a complete watchdog timer (including a sensor, SDR, and event). Signed-off-by: Corey Minyard <cminyard@mvista.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
2 lines
86 B
Text
2 lines
86 B
Text
common-obj-$(CONFIG_IPMI) += ipmi.o
|
|
common-obj-$(CONFIG_IPMI_LOCAL) += ipmi_bmc_sim.o
|