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