diff options
Diffstat (limited to 'src/drivers/emulation/qemu')
-rw-r--r-- | src/drivers/emulation/qemu/Kconfig | 2 | ||||
-rw-r--r-- | src/drivers/emulation/qemu/Makefile.inc | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/src/drivers/emulation/qemu/Kconfig b/src/drivers/emulation/qemu/Kconfig new file mode 100644 index 0000000000..bd9a2dbde8 --- /dev/null +++ b/src/drivers/emulation/qemu/Kconfig @@ -0,0 +1,2 @@ +config DRIVERS_EMULATION_QEMU + bool diff --git a/src/drivers/emulation/qemu/Makefile.inc b/src/drivers/emulation/qemu/Makefile.inc new file mode 100644 index 0000000000..ce7b224e62 --- /dev/null +++ b/src/drivers/emulation/qemu/Makefile.inc @@ -0,0 +1 @@ +driver-$(CONFIG_DRIVERS_EMULATION_QEMU) += init.c |