mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-26 08:45:08 +07:00
c19d0847b2
To resolve some header conflicts that were preventing the build to succeed in the Alpine Linux distribution. Cc: Adrian Hunter <adrian.hunter@intel.com> Cc: David Ahern <dsahern@gmail.com> Cc: Jiri Olsa <jolsa@kernel.org> Cc: Namhyung Kim <namhyung@kernel.org> Cc: Wang Nan <wangnan0@huawei.com> Link: https://lkml.kernel.org/n/tip-bvud0dvzvip3kibeplupdbmc@git.kernel.org Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
11 lines
221 B
Plaintext
11 lines
221 B
Plaintext
libperf-y += clone.o
|
|
libperf-y += fcntl.o
|
|
libperf-y += flock.o
|
|
ifeq ($(SRCARCH),$(filter $(SRCARCH),x86))
|
|
libperf-y += ioctl.o
|
|
endif
|
|
libperf-y += kcmp.o
|
|
libperf-y += pkey_alloc.o
|
|
libperf-y += prctl.o
|
|
libperf-y += statx.o
|