Skip to content

Commit

Permalink
build-sys: remove slirp cflags from main-loop.o
Browse files Browse the repository at this point in the history
Left over from c2d6365.

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Message-Id: <20190712172743.17632-1-marcandre.lureau@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
  • Loading branch information
elmarco authored and bonzini committed Jul 15, 2019
1 parent 8c46026 commit c2e8a52
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion util/Makefile.objs
Expand Up @@ -3,7 +3,6 @@ util-obj-y += bufferiszero.o
util-obj-y += lockcnt.o
util-obj-y += aiocb.o async.o aio-wait.o thread-pool.o qemu-timer.o
util-obj-y += main-loop.o iohandler.o
main-loop.o-cflags := $(SLIRP_CFLAGS)
util-obj-$(call lnot,$(CONFIG_ATOMIC64)) += atomic64.o
util-obj-$(CONFIG_POSIX) += aio-posix.o
util-obj-$(CONFIG_POSIX) += compatfd.o
Expand Down

0 comments on commit c2e8a52

Please sign in to comment.