summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2019-10-02 22:36:29 -0400
committerMasahiro Yamada <yamada.masahiro@socionext.com>2019-10-05 02:29:49 -0400
commitd188b8c901bb4966ab035ce90af02426f062e9e1 (patch)
tree85cd47b28e5eb9391dae8651df5a09dcd5f2ab3f
parent43496709f166aeb87ac0bdcc6f7bb2bedafb17c9 (diff)
kbuild: update compile-test header list for v5.4-rc2
Commit 6dc280ebeed2 ("coda: remove uapi/linux/coda_psdev.h") removed a header in question. Some more build errors were fixed. Add more headers into the test coverage. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
-rw-r--r--usr/include/Makefile10
1 files changed, 0 insertions, 10 deletions
diff --git a/usr/include/Makefile b/usr/include/Makefile
index c9449aaf438d..57b20f7b6729 100644
--- a/usr/include/Makefile
+++ b/usr/include/Makefile
@@ -29,13 +29,11 @@ header-test- += linux/android/binderfs.h
29header-test-$(CONFIG_CPU_BIG_ENDIAN) += linux/byteorder/big_endian.h 29header-test-$(CONFIG_CPU_BIG_ENDIAN) += linux/byteorder/big_endian.h
30header-test-$(CONFIG_CPU_LITTLE_ENDIAN) += linux/byteorder/little_endian.h 30header-test-$(CONFIG_CPU_LITTLE_ENDIAN) += linux/byteorder/little_endian.h
31header-test- += linux/coda.h 31header-test- += linux/coda.h
32header-test- += linux/coda_psdev.h
33header-test- += linux/elfcore.h 32header-test- += linux/elfcore.h
34header-test- += linux/errqueue.h 33header-test- += linux/errqueue.h
35header-test- += linux/fsmap.h 34header-test- += linux/fsmap.h
36header-test- += linux/hdlc/ioctl.h 35header-test- += linux/hdlc/ioctl.h
37header-test- += linux/ivtv.h 36header-test- += linux/ivtv.h
38header-test- += linux/jffs2.h
39header-test- += linux/kexec.h 37header-test- += linux/kexec.h
40header-test- += linux/matroxfb.h 38header-test- += linux/matroxfb.h
41header-test- += linux/netfilter_ipv4/ipt_LOG.h 39header-test- += linux/netfilter_ipv4/ipt_LOG.h
@@ -55,20 +53,12 @@ header-test- += linux/v4l2-mediabus.h
55header-test- += linux/v4l2-subdev.h 53header-test- += linux/v4l2-subdev.h
56header-test- += linux/videodev2.h 54header-test- += linux/videodev2.h
57header-test- += linux/vm_sockets.h 55header-test- += linux/vm_sockets.h
58header-test- += scsi/scsi_bsg_fc.h
59header-test- += scsi/scsi_netlink.h
60header-test- += scsi/scsi_netlink_fc.h
61header-test- += sound/asequencer.h 56header-test- += sound/asequencer.h
62header-test- += sound/asoc.h 57header-test- += sound/asoc.h
63header-test- += sound/asound.h 58header-test- += sound/asound.h
64header-test- += sound/compress_offload.h 59header-test- += sound/compress_offload.h
65header-test- += sound/emu10k1.h 60header-test- += sound/emu10k1.h
66header-test- += sound/sfnt_info.h 61header-test- += sound/sfnt_info.h
67header-test- += sound/sof/eq.h
68header-test- += sound/sof/fw.h
69header-test- += sound/sof/header.h
70header-test- += sound/sof/manifest.h
71header-test- += sound/sof/trace.h
72header-test- += xen/evtchn.h 62header-test- += xen/evtchn.h
73header-test- += xen/gntdev.h 63header-test- += xen/gntdev.h
74header-test- += xen/privcmd.h 64header-test- += xen/privcmd.h