diff options
Diffstat (limited to 'tools/perf/Makefile')
-rw-r--r-- | tools/perf/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/perf/Makefile b/tools/perf/Makefile index ec63d53cd87f..7e25f59e5e89 100644 --- a/tools/perf/Makefile +++ b/tools/perf/Makefile | |||
@@ -593,6 +593,7 @@ ifndef NO_NEWT | |||
593 | LIB_OBJS += $(OUTPUT)ui/browsers/annotate.o | 593 | LIB_OBJS += $(OUTPUT)ui/browsers/annotate.o |
594 | LIB_OBJS += $(OUTPUT)ui/browsers/hists.o | 594 | LIB_OBJS += $(OUTPUT)ui/browsers/hists.o |
595 | LIB_OBJS += $(OUTPUT)ui/browsers/map.o | 595 | LIB_OBJS += $(OUTPUT)ui/browsers/map.o |
596 | LIB_OBJS += $(OUTPUT)ui/browsers/scripts.o | ||
596 | LIB_OBJS += $(OUTPUT)ui/progress.o | 597 | LIB_OBJS += $(OUTPUT)ui/progress.o |
597 | LIB_OBJS += $(OUTPUT)ui/util.o | 598 | LIB_OBJS += $(OUTPUT)ui/util.o |
598 | LIB_OBJS += $(OUTPUT)ui/tui/setup.o | 599 | LIB_OBJS += $(OUTPUT)ui/tui/setup.o |
@@ -909,6 +910,9 @@ $(OUTPUT)ui/browsers/hists.o: ui/browsers/hists.c $(OUTPUT)PERF-CFLAGS | |||
909 | $(OUTPUT)ui/browsers/map.o: ui/browsers/map.c $(OUTPUT)PERF-CFLAGS | 910 | $(OUTPUT)ui/browsers/map.o: ui/browsers/map.c $(OUTPUT)PERF-CFLAGS |
910 | $(QUIET_CC)$(CC) -o $@ -c $(ALL_CFLAGS) -DENABLE_SLFUTURE_CONST $< | 911 | $(QUIET_CC)$(CC) -o $@ -c $(ALL_CFLAGS) -DENABLE_SLFUTURE_CONST $< |
911 | 912 | ||
913 | $(OUTPUT)ui/browsers/scripts.o: ui/browsers/scripts.c $(OUTPUT)PERF-CFLAGS | ||
914 | $(QUIET_CC)$(CC) -o $@ -c $(ALL_CFLAGS) -DENABLE_SLFUTURE_CONST $< | ||
915 | |||
912 | $(OUTPUT)util/rbtree.o: ../../lib/rbtree.c $(OUTPUT)PERF-CFLAGS | 916 | $(OUTPUT)util/rbtree.o: ../../lib/rbtree.c $(OUTPUT)PERF-CFLAGS |
913 | $(QUIET_CC)$(CC) -o $@ -c $(ALL_CFLAGS) -Wno-unused-parameter -DETC_PERFCONFIG='"$(ETC_PERFCONFIG_SQ)"' $< | 917 | $(QUIET_CC)$(CC) -o $@ -c $(ALL_CFLAGS) -Wno-unused-parameter -DETC_PERFCONFIG='"$(ETC_PERFCONFIG_SQ)"' $< |
914 | 918 | ||