Adding qemu 5.1 for rpi3 emulation

This commit is contained in:
Gerardo J. Puerta Cardelles
2021-02-22 09:23:51 +01:00
parent 73dd5b7bae
commit f9ef2aa84c
20 changed files with 4002 additions and 0 deletions

View File

@ -0,0 +1,12 @@
diff --git a/Makefile b/Makefile
index 04a0d450..e0013a59 100644
--- a/Makefile
+++ b/Makefile
@@ -803,6 +802,7 @@
$(call install-prog,$(HELPERS-y),$(DESTDIR)$(libexecdir))
endif
ifdef CONFIG_TRACE_SYSTEMTAP
+ mkdir -p $(DESTDIR)$(bindir)
$(INSTALL_PROG) "scripts/qemu-trace-stap" $(DESTDIR)$(bindir)
endif
ifneq ($(BLOBS),)