summaryrefslogtreecommitdiff
path: root/hw/alpha/Makefile.objs
diff options
context:
space:
mode:
Diffstat (limited to 'hw/alpha/Makefile.objs')
-rw-r--r--hw/alpha/Makefile.objs4
1 files changed, 4 insertions, 0 deletions
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))