diff options
Diffstat (limited to 'hw/semihosting')
-rw-r--r-- | hw/semihosting/Kconfig | 3 | ||||
-rw-r--r-- | hw/semihosting/Makefile.objs | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/hw/semihosting/Kconfig b/hw/semihosting/Kconfig new file mode 100644 index 0000000..efe0a30 --- /dev/null +++ b/hw/semihosting/Kconfig @@ -0,0 +1,3 @@ + +config SEMIHOSTING + bool diff --git a/hw/semihosting/Makefile.objs b/hw/semihosting/Makefile.objs index 546954f..09c19bf 100644 --- a/hw/semihosting/Makefile.objs +++ b/hw/semihosting/Makefile.objs @@ -1 +1 @@ -common-obj-$(CONFIG_SOFTMMU) += config.o +obj-$(CONFIG_SEMIHOSTING) += config.o |