mirror of
				https://github.com/qemu/qemu.git
				synced 2025-10-31 04:06:46 +00:00 
			
		
		
		
	 2ed61fb57b
			
		
	
	
		2ed61fb57b
		
	
	
	
	
		
			
			The SDBus will reuse these functions, so we put them in a new source file. Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-id: 20180309153654.13518-3-f4bug@amsat.org Reviewed-by: Peter Maydell <peter.maydell@linaro.org> [PMM: slight wordsmithing of comments, added note that string returned does not need to be freed] Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
		
			
				
	
	
		
			10 lines
		
	
	
		
			331 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			331 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| common-obj-$(CONFIG_PL181) += pl181.o
 | |
| common-obj-$(CONFIG_SSI_SD) += ssi-sd.o
 | |
| common-obj-$(CONFIG_SD) += sd.o core.o sdmmc-internal.o
 | |
| common-obj-$(CONFIG_SDHCI) += sdhci.o
 | |
| 
 | |
| obj-$(CONFIG_MILKYMIST) += milkymist-memcard.o
 | |
| obj-$(CONFIG_OMAP) += omap_mmc.o
 | |
| obj-$(CONFIG_PXA2XX) += pxa2xx_mmci.o
 | |
| obj-$(CONFIG_RASPI) += bcm2835_sdhost.o
 |