diff options
Diffstat (limited to 'hw/cris/Makefile.objs')
-rw-r--r-- | hw/cris/Makefile.objs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/cris/Makefile.objs b/hw/cris/Makefile.objs index 7624173f77..a4a27b3a13 100644 --- a/hw/cris/Makefile.objs +++ b/hw/cris/Makefile.objs @@ -1,2 +1,2 @@ obj-y += boot.o -obj-y += axis_dev88.o +obj-$(CONFIG_AXIS) += axis_dev88.o |