Add header files under no-export-headers in Kbuild to avoid exporting specific headers files. Scan no-export-headers files in Kbuild and add it to exclude list in kernel_headers.py to avoid exporting header files. Change-Id: Ice052b5428ef1f7445c5ad2e68c7da8fa7e249ae Signed-off-by: Naitik Bharadiya <bharad@codeaurora.org>
4 lines
90 B
Makefile
4 lines
90 B
Makefile
# UAPI Header export list
|
|
no-export-headers += f_accessory.h
|
|
no-export-headers += f_mtp.h
|