diff options
author | Michael Walle <michael@walle.cc> | 2014-04-22 20:18:44 +0200 |
---|---|---|
committer | Michael Walle <michael@walle.cc> | 2014-05-24 19:43:52 +0200 |
commit | 25156d10617794f9399d676ccd9a20f52e0c9f21 (patch) | |
tree | 26cff3ef4a9908757d47df707f3d1da31a123082 /hw/misc/Makefile.objs | |
parent | 4e7d30a22a46b6bb5551725db781c2d94db2d5f8 (diff) |
lm32: remove lm32_sys
Since we have now semihosting on the lm32 target, this device is no longer
needed. Remove it.
Signed-off-by: Michael Walle <michael@walle.cc>
Diffstat (limited to 'hw/misc/Makefile.objs')
-rw-r--r-- | hw/misc/Makefile.objs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/misc/Makefile.objs b/hw/misc/Makefile.objs index f6743659f7..979e532fdf 100644 --- a/hw/misc/Makefile.objs +++ b/hw/misc/Makefile.objs @@ -29,7 +29,6 @@ obj-$(CONFIG_NSERIES) += cbus.o obj-$(CONFIG_ECCMEMCTL) += eccmemctl.o obj-$(CONFIG_EXYNOS4) += exynos4210_pmu.o obj-$(CONFIG_IMX) += imx_ccm.o -obj-$(CONFIG_LM32) += lm32_sys.o obj-$(CONFIG_MILKYMIST) += milkymist-hpdmc.o obj-$(CONFIG_MILKYMIST) += milkymist-pfpu.o obj-$(CONFIG_MAINSTONE) += mst_fpga.o |