X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=hw%2Flm32%2FMakefile.objs;h=e1161566adf376f799acc7a9d610447c6b13ce50;hb=9944d320016914912133b348b6fbbb18c7417035;hp=a894c466ca7f956d24cd14a7b7306c434dc72bc4;hpb=80b4ecc86dd5ccd779f96c8bd11feb031d327614;p=qemu.git diff --git a/hw/lm32/Makefile.objs b/hw/lm32/Makefile.objs index a894c466c..e1161566a 100644 --- a/hw/lm32/Makefile.objs +++ b/hw/lm32/Makefile.objs @@ -1,15 +1,12 @@ # LM32 peripherals obj-y += lm32_pic.o -obj-y += lm32_juart.o obj-y += lm32_timer.o -obj-y += lm32_uart.o obj-y += lm32_sys.o obj-y += milkymist-hpdmc.o obj-y += milkymist-memcard.o obj-y += milkymist-pfpu.o obj-y += milkymist-softusb.o obj-y += milkymist-sysctl.o -obj-y += milkymist-uart.o obj-y := $(addprefix ../,$(obj-y))