diff options
Diffstat (limited to 'src/drivers/emulation')
-rw-r--r-- | src/drivers/emulation/qemu/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/emulation/qemu/Makefile.inc b/src/drivers/emulation/qemu/Makefile.inc index ce7b224e62..8bd3e57665 100644 --- a/src/drivers/emulation/qemu/Makefile.inc +++ b/src/drivers/emulation/qemu/Makefile.inc @@ -1 +1 @@ -driver-$(CONFIG_DRIVERS_EMULATION_QEMU) += init.c +ramstage-$(CONFIG_DRIVERS_EMULATION_QEMU) += init.c |