diff options
Diffstat (limited to 'hw/lm32')
-rw-r--r-- | hw/lm32/Makefile.objs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/hw/lm32/Makefile.objs b/hw/lm32/Makefile.objs index e1161566ad..f911ac61d1 100644 --- a/hw/lm32/Makefile.objs +++ b/hw/lm32/Makefile.objs @@ -1,12 +1,9 @@ # LM32 peripherals obj-y += lm32_pic.o -obj-y += lm32_timer.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 := $(addprefix ../,$(obj-y)) |