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