diff options
Diffstat (limited to 'softmmu/Makefile.objs')
-rw-r--r-- | softmmu/Makefile.objs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/softmmu/Makefile.objs b/softmmu/Makefile.objs new file mode 100644 index 0000000000..d80a5ffe5a --- /dev/null +++ b/softmmu/Makefile.objs @@ -0,0 +1,2 @@ +obj-y += vl.o +vl.o-cflags := $(GPROF_CFLAGS) $(SDL_CFLAGS) |