s390-ccw.img: build s390-ccw rom on s3900 system by default
Lets build the s390-ccw rom if on s390. Also fix the separate build folder case. Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com> Signed-off-by: Alexander Graf <agraf@suse.de>
This commit is contained in:
		
							parent
							
								
									7f61cbc108
								
							
						
					
					
						commit
						9933c30509
					
				
							
								
								
									
										7
									
								
								configure
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										7
									
								
								configure
									
									
									
									
										vendored
									
									
								
							@ -3460,6 +3460,10 @@ if test "$cpu" = "ppc64" -a "$targetos" != "Darwin" ; then
 | 
				
			|||||||
  roms="$roms spapr-rtas"
 | 
					  roms="$roms spapr-rtas"
 | 
				
			||||||
fi
 | 
					fi
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					if test "$cpu" = "s390x" ; then
 | 
				
			||||||
 | 
					  roms="$roms s390-ccw"
 | 
				
			||||||
 | 
					fi
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# add pixman flags after all config tests are done
 | 
					# add pixman flags after all config tests are done
 | 
				
			||||||
QEMU_CFLAGS="$QEMU_CFLAGS $pixman_cflags $fdt_cflags"
 | 
					QEMU_CFLAGS="$QEMU_CFLAGS $pixman_cflags $fdt_cflags"
 | 
				
			||||||
libs_softmmu="$libs_softmmu $pixman_libs"
 | 
					libs_softmmu="$libs_softmmu $pixman_libs"
 | 
				
			||||||
@ -4511,7 +4515,7 @@ fi
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
# build tree in object directory in case the source is not in the current directory
 | 
					# build tree in object directory in case the source is not in the current directory
 | 
				
			||||||
DIRS="tests tests/tcg tests/tcg/cris tests/tcg/lm32 tests/libqos"
 | 
					DIRS="tests tests/tcg tests/tcg/cris tests/tcg/lm32 tests/libqos"
 | 
				
			||||||
DIRS="$DIRS pc-bios/optionrom pc-bios/spapr-rtas"
 | 
					DIRS="$DIRS pc-bios/optionrom pc-bios/spapr-rtas pc-bios/s390-ccw"
 | 
				
			||||||
DIRS="$DIRS roms/seabios roms/vgabios"
 | 
					DIRS="$DIRS roms/seabios roms/vgabios"
 | 
				
			||||||
DIRS="$DIRS qapi-generated"
 | 
					DIRS="$DIRS qapi-generated"
 | 
				
			||||||
FILES="Makefile tests/tcg/Makefile qdict-test-data.txt"
 | 
					FILES="Makefile tests/tcg/Makefile qdict-test-data.txt"
 | 
				
			||||||
@ -4519,6 +4523,7 @@ FILES="$FILES tests/tcg/cris/Makefile tests/tcg/cris/.gdbinit"
 | 
				
			|||||||
FILES="$FILES tests/tcg/lm32/Makefile po/Makefile"
 | 
					FILES="$FILES tests/tcg/lm32/Makefile po/Makefile"
 | 
				
			||||||
FILES="$FILES pc-bios/optionrom/Makefile pc-bios/keymaps"
 | 
					FILES="$FILES pc-bios/optionrom/Makefile pc-bios/keymaps"
 | 
				
			||||||
FILES="$FILES pc-bios/spapr-rtas/Makefile"
 | 
					FILES="$FILES pc-bios/spapr-rtas/Makefile"
 | 
				
			||||||
 | 
					FILES="$FILES pc-bios/s390-ccw/Makefile"
 | 
				
			||||||
FILES="$FILES roms/seabios/Makefile roms/vgabios/Makefile"
 | 
					FILES="$FILES roms/seabios/Makefile roms/vgabios/Makefile"
 | 
				
			||||||
FILES="$FILES pc-bios/qemu-icon.bmp"
 | 
					FILES="$FILES pc-bios/qemu-icon.bmp"
 | 
				
			||||||
for bios_file in \
 | 
					for bios_file in \
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user