These comments are leftovers of commit fcc8487d477a ("uapi: export all headers under uapi directories"). Prior to that commit, exported headers must be explicitly added to header-y. Now, all headers under the uapi/ directories are exported. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
11 lines
274 B
Makefile
11 lines
274 B
Makefile
include include/uapi/asm-generic/Kbuild.asm
|
|
|
|
generated-y += unistd_n32.h
|
|
generated-y += unistd_n64.h
|
|
generated-y += unistd_o32.h
|
|
generated-y += unistd_nr_n32.h
|
|
generated-y += unistd_nr_n64.h
|
|
generated-y += unistd_nr_o32.h
|
|
generic-y += bpf_perf_event.h
|
|
generic-y += ipcbuf.h
|