From e67db06e9f6d7e514ee2a9b9b769ecd42977f6fb Mon Sep 17 00:00:00 2001 From: Jia Liu Date: Fri, 20 Jul 2012 15:50:39 +0800 Subject: target-or32: Add target stubs and QOM cpu Add OpenRISC target stubs, QOM cpu and basic machine. Signed-off-by: Jia Liu Signed-off-by: Blue Swirl --- hw/openrisc/Makefile.objs | 1 + 1 file changed, 1 insertion(+) create mode 100644 hw/openrisc/Makefile.objs (limited to 'hw/openrisc') diff --git a/hw/openrisc/Makefile.objs b/hw/openrisc/Makefile.objs new file mode 100644 index 0000000000..bfead214fc --- /dev/null +++ b/hw/openrisc/Makefile.objs @@ -0,0 +1 @@ +obj-y := $(addprefix ../,$(obj-y)) -- cgit v1.2.1