diff options
Diffstat (limited to 'dump/Makefile.objs')
-rw-r--r-- | dump/Makefile.objs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dump/Makefile.objs b/dump/Makefile.objs index ea6b074967..d2a5db3b81 100644 --- a/dump/Makefile.objs +++ b/dump/Makefile.objs @@ -1,2 +1,3 @@ obj-y += dump.o +common-obj-y += dump-hmp-cmds.o obj-$(TARGET_X86_64) += win_dump.o |