diff options
Diffstat (limited to 'hw/sparc64/Makefile.objs')
-rw-r--r-- | hw/sparc64/Makefile.objs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/hw/sparc64/Makefile.objs b/hw/sparc64/Makefile.objs index 8c65fc4215..4df0d90ec2 100644 --- a/hw/sparc64/Makefile.objs +++ b/hw/sparc64/Makefile.objs @@ -1,4 +1,6 @@ -obj-y = sun4u.o apb_pci.o +obj-y = apb_pci.o obj-y += mc146818rtc.o obj-y := $(addprefix ../,$(obj-y)) + +obj-y += sun4u.o |