aboutsummaryrefslogtreecommitdiff
path: root/softmmu/Makefile.objs
diff options
context:
space:
mode:
authorAlexander Bulekov <alxndr@bu.edu>2020-02-19 23:10:57 -0500
committerStefan Hajnoczi <stefanha@redhat.com>2020-02-22 08:26:47 +0000
commitbac068e0648c1f5c37f6a0a9423b8aa55e8c09c2 (patch)
tree278eee353af22bc8eb96b4c059221841e84d5be7 /softmmu/Makefile.objs
parent7391d34c3cca09c0bb0140275839c6619b86ec0f (diff)
downloadqemu-bac068e0648c1f5c37f6a0a9423b8aa55e8c09c2.zip
qemu-bac068e0648c1f5c37f6a0a9423b8aa55e8c09c2.tar.gz
qemu-bac068e0648c1f5c37f6a0a9423b8aa55e8c09c2.tar.bz2
softmmu: move vl.c to softmmu/
Move vl.c to a separate directory, similar to linux-user/ Update the chechpatch and get_maintainer scripts, since they relied on /vl.c for top_of_tree checks. Signed-off-by: Alexander Bulekov <alxndr@bu.edu> Reviewed-by: Darren Kenny <darren.kenny@oracle.com> Message-id: 20200220041118.23264-2-alxndr@bu.edu Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Diffstat (limited to 'softmmu/Makefile.objs')
-rw-r--r--softmmu/Makefile.objs2
1 files changed, 2 insertions, 0 deletions
diff --git a/softmmu/Makefile.objs b/softmmu/Makefile.objs
new file mode 100644
index 0000000..d80a5ff
--- /dev/null
+++ b/softmmu/Makefile.objs
@@ -0,0 +1,2 @@
+obj-y += vl.o
+vl.o-cflags := $(GPROF_CFLAGS) $(SDL_CFLAGS)