diff options
Diffstat (limited to 'hw/openrisc/Makefile.objs')
-rw-r--r-- | hw/openrisc/Makefile.objs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/openrisc/Makefile.objs b/hw/openrisc/Makefile.objs index bfead214fc..98900aa6a4 100644 --- a/hw/openrisc/Makefile.objs +++ b/hw/openrisc/Makefile.objs @@ -1 +1,3 @@ +obj-y = openrisc_pic.o + obj-y := $(addprefix ../,$(obj-y)) |