This website requires JavaScript.
Explore
Help
Sign In
dfaggioli
/
qemu
Watch
1
Star
0
Fork
0
You've already forked qemu
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
f1672e6f2b6642f9bf5042df6713ce8e4a0f00c6
qemu
/
hw
/
semihosting
/
Makefile.objs
2 lines
41 B
Makefile
Raw
Normal View
History
Unescape
Escape
semihosting: move semihosting configuration into its own directory In preparation for having some more common semihosting code let's excise the current config magic from vl.c into its own file. We shall later add more conditionals to the build configurations so we can avoid building this if we don't need it. Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com> Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
2019-05-13 14:43:57 +01:00
common-obj-$(CONFIG_SOFTMMU)
+=
config.o
Reference in New Issue
Copy Permalink