softmmu: Correct SDL flags for new main.c

This commit is contained in:
Matt Borgerson 2020-05-01 04:11:51 -07:00
parent 32812683e4
commit d22e01cb4a
1 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,4 @@
softmmu-main-y = softmmu/main.o
obj-y += vl.o
vl.o-cflags := $(GPROF_CFLAGS) $(SDL_CFLAGS)
vl.o-cflags := $(GPROF_CFLAGS)
softmmu/main.o-cflags := $(SDL_CFLAGS)