diff options
Diffstat (limited to 'hw/moxie')
-rw-r--r-- | hw/moxie/Makefile.objs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/moxie/Makefile.objs b/hw/moxie/Makefile.objs index bfc90012fd..ddbf300f54 100644 --- a/hw/moxie/Makefile.objs +++ b/hw/moxie/Makefile.objs @@ -1,2 +1,2 @@ # moxie boards -obj-y += moxiesim.o +obj-$(CONFIG_MOXIESIM) += moxiesim.o |