diff options
author | Naitik Bharadiya <bharad@codeaurora.org> | 2020-02-27 16:39:22 +0530 |
---|---|---|
committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2020-06-01 00:30:34 -0700 |
commit | 04e6f16c0c30ccfc08eb8fa2261d57c611ac802b (patch) | |
tree | c3adcdd00fe816178975678335fef400706e0de7 /include/uapi/sound | |
parent | a99e3ea5847781ee32a5343cd5320bd31e92018c (diff) |
Kbuild : Use no-export-headers to avoid exporting headers
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>
[schikk@codeaurora.org: resolve trivial merge conflicts]
Signed-off-by: Swetha Chikkaboraiah <schikk@codeaurora.org>
Diffstat (limited to 'include/uapi/sound')
-rw-r--r-- | include/uapi/sound/Kbuild | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/uapi/sound/Kbuild b/include/uapi/sound/Kbuild new file mode 100644 index 000000000000..ea551c706330 --- /dev/null +++ b/include/uapi/sound/Kbuild @@ -0,0 +1,3 @@ +#UAPI Header export list +no-export-headers += asoc.h +no-export-headers += usb_stream.h |