diff options
Diffstat (limited to 'DevTools/ProfileViewer/Makefile')
-rw-r--r-- | DevTools/ProfileViewer/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/DevTools/ProfileViewer/Makefile b/DevTools/ProfileViewer/Makefile index 745fa429dd..4df2dc0236 100644 --- a/DevTools/ProfileViewer/Makefile +++ b/DevTools/ProfileViewer/Makefile @@ -1,4 +1,5 @@ OBJS = \ + DisassemblyModel.o \ Profile.o \ ProfileModel.o \ ProfileTimelineWidget.o \ @@ -6,6 +7,6 @@ OBJS = \ PROGRAM = ProfileViewer -LIB_DEPS = GUI Gfx IPC Core +LIB_DEPS = GUI Gfx IPC Core X86 include ../../Makefile.common |