mirror of
				https://github.com/qemu/qemu.git
				synced 2025-10-31 04:06:46 +00:00 
			
		
		
		
	 8eca288989
			
		
	
	
		8eca288989
		
	
	
	
	
		
			
			baum.o already receives the sdl cflags in its per object variable, do the same for brlapi libs to avoid cluttering libs_softmmu. Signed-off-by: Fam Zheng <famz@redhat.com> Message-Id: <20170907084700.952-1-famz@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com> Signed-off-by: Fam Zheng <famz@redhat.com>
		
			
				
	
	
		
			26 lines
		
	
	
		
			797 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			26 lines
		
	
	
		
			797 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| chardev-obj-y += char.o
 | |
| chardev-obj-$(CONFIG_WIN32) += char-console.o
 | |
| chardev-obj-$(CONFIG_POSIX) += char-fd.o
 | |
| chardev-obj-y += char-fe.o
 | |
| chardev-obj-y += char-file.o
 | |
| chardev-obj-y += char-io.o
 | |
| chardev-obj-y += char-mux.o
 | |
| chardev-obj-y += char-null.o
 | |
| chardev-obj-$(CONFIG_POSIX) += char-parallel.o
 | |
| chardev-obj-y += char-pipe.o
 | |
| chardev-obj-$(CONFIG_POSIX) += char-pty.o
 | |
| chardev-obj-y += char-ringbuf.o
 | |
| chardev-obj-y += char-serial.o
 | |
| chardev-obj-y += char-socket.o
 | |
| chardev-obj-y += char-stdio.o
 | |
| chardev-obj-y += char-udp.o
 | |
| chardev-obj-$(CONFIG_WIN32) += char-win.o
 | |
| chardev-obj-$(CONFIG_WIN32) += char-win-stdio.o
 | |
| 
 | |
| common-obj-y += msmouse.o wctablet.o testdev.o
 | |
| common-obj-$(CONFIG_BRLAPI) += baum.o
 | |
| baum.o-cflags := $(SDL_CFLAGS)
 | |
| baum.o-libs := $(BRLAPI_LIBS)
 | |
| 
 | |
| common-obj-$(CONFIG_SPICE) += spice.o
 |