diff options
Diffstat (limited to 'hw/semihosting/Makefile.objs')
-rw-r--r-- | hw/semihosting/Makefile.objs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/semihosting/Makefile.objs b/hw/semihosting/Makefile.objs new file mode 100644 index 0000000000..4ad47c05c0 --- /dev/null +++ b/hw/semihosting/Makefile.objs @@ -0,0 +1,2 @@ +obj-$(CONFIG_SEMIHOSTING) += config.o +obj-$(CONFIG_SEMIHOSTING) += console.o |