aboutsummaryrefslogtreecommitdiff
path: root/hw/microblaze/Makefile.objs
diff options
context:
space:
mode:
Diffstat (limited to 'hw/microblaze/Makefile.objs')
-rw-r--r--hw/microblaze/Makefile.objs9
1 files changed, 9 insertions, 0 deletions
diff --git a/hw/microblaze/Makefile.objs b/hw/microblaze/Makefile.objs
new file mode 100644
index 0000000000..274d2c543e
--- /dev/null
+++ b/hw/microblaze/Makefile.objs
@@ -0,0 +1,9 @@
+obj-y = petalogix_s3adsp1800_mmu.o
+obj-y += petalogix_ml605_mmu.o
+obj-y += microblaze_boot.o
+
+obj-y += microblaze_pic_cpu.o
+obj-y += xilinx_ethlite.o
+obj-$(CONFIG_FDT) += ../device_tree.o
+
+obj-y := $(addprefix ../,$(obj-y))