Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1248409
| From | Hans de Goede <hdegoede@redhat.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: linux-next: build failure after merge of the input tree |
| Date | 2015-10-16 09:40 +0200 |
| Message-ID | <qk7Mm-7Tn-15@gated-at.bofh.it> (permalink) |
| References | <qk2Wl-HG-11@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
[Multipart message — attachments visible in raw view] - view raw
Hio,
On 16-10-15 04:19, Stephen Rothwell wrote:
> Hi Dmitry,
>
> After merging the input tree, today's linux-next build (x86_64
> allmodconfig) failed like this:
>
> In file included from samples/hidraw/hid-example.c:14:0:
> ./usr/include/linux/input.h:17:31: fatal error: input-event-codes.h: No such file or directory
>
> Caused by commit
>
> d794709c3916 ("Input: Add input-event-codes header file")
>
> I have used the input tree from next-20151015 for today.
Sorry, my bad, I assumed anything under include/uapi would
automatically get installed as a usr header, but it turns out
any files added need to also be added to the Kbuild file, the
attached patch should fix this.
Dmitry, feel free to squash this into the original patch.
Regards,
Hans
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
linux-next: build failure after merge of the input tree Stephen Rothwell <sfr@canb.auug.org.au> - 2015-10-16 04:30 +0200
Re: linux-next: build failure after merge of the input tree Hans de Goede <hdegoede@redhat.com> - 2015-10-16 09:40 +0200
Re: linux-next: build failure after merge of the input tree Dmitry Torokhov <dmitry.torokhov@gmail.com> - 2015-10-17 18:40 +0200
csiph-web