diff --git a/hw/arm/Makefile.objs b/hw/arm/Makefile.objs index 35c5f11ccae81da81f7f1ede788e83226cec1c49..9e3a06fc185c9445bb4a2a65e5a5907854e473e0 100644 --- a/hw/arm/Makefile.objs +++ b/hw/arm/Makefile.objs @@ -1,11 +1,7 @@ -obj-y += strongarm.o - -obj-y := $(addprefix ../,$(obj-y)) - obj-y += boot.o collie.o exynos4_boards.o gumstix.o highbank.o obj-y += integratorcp.o kzm.o mainstone.o musicpal.o nseries.o obj-y += omap_sx1.o palm.o pic_cpu.o realview.o spitz.o stellaris.o obj-y += tosa.o versatilepb.o vexpress.o xilinx_zynq.o z2.o obj-y += armv7m.o exynos4210.o pxa2xx.o pxa2xx_gpio.o pxa2xx_pic.o -obj-y += omap1.o omap2.o +obj-y += omap1.o omap2.o strongarm.o diff --git a/hw/strongarm.c b/hw/arm/strongarm.c similarity index 100% rename from hw/strongarm.c rename to hw/arm/strongarm.c