From 5e8861a0361d8d39ab69fe557294471c28c49c8b Mon Sep 17 00:00:00 2001 From: Paolo Bonzini Date: Tue, 29 May 2012 10:23:15 +0200 Subject: build: move obj-TARGET-y variables to nested Makefile.objs Also drop duplicate occurrence of device-hotplug.o. Signed-off-by: Paolo Bonzini --- hw/alpha/Makefile.objs | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 hw/alpha/Makefile.objs (limited to 'hw/alpha') diff --git a/hw/alpha/Makefile.objs b/hw/alpha/Makefile.objs new file mode 100644 index 0000000000..af1c07fa7c --- /dev/null +++ b/hw/alpha/Makefile.objs @@ -0,0 +1,4 @@ +obj-y = mc146818rtc.o +obj-y += alpha_pci.o alpha_dp264.o alpha_typhoon.o + +obj-y := $(addprefix ../,$(obj-y)) -- cgit v1.2.1