repo: https://github.com/T-head-Semi/linux commit: b1313fe517ca3703119dcc99ef3bbf75ab42bcfb Change-Id: I6cbb35294024ea3a66140e311f4bb705fd7fd626
12 lines
298 B
Plaintext
12 lines
298 B
Plaintext
perf-y += annotate.o
|
|
perf-y += hists.o
|
|
perf-y += map.o
|
|
perf-y += scripts.o
|
|
perf-y += header.o
|
|
perf-y += res_sample.o
|
|
|
|
CFLAGS_annotate.o += -DENABLE_SLFUTURE_CONST
|
|
CFLAGS_hists.o += -DENABLE_SLFUTURE_CONST
|
|
CFLAGS_map.o += -DENABLE_SLFUTURE_CONST
|
|
CFLAGS_scripts.o += -DENABLE_SLFUTURE_CONST
|