From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Nocera Subject: Re: [PATCH v4] HID: sb0540: add support for Creative SB0540 IR receivers Date: Mon, 01 Jul 2019 12:20:27 +0200 Message-ID: References: <20190701100819.6032-1-hadess@hadess.net> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org To: Benjamin Tissoires Cc: "open list:HID CORE LAYER" , lkml , Jiri Kosina , Bastien Nocera List-Id: linux-input@vger.kernel.org On Mon, 2019-07-01 at 12:15 +0200, Benjamin Tissoires wrote: > > I forgot to mention that sparse was complaining about: > > scripts/Makefile.build:283: target 'drivers/hid/hid-creative- > sb0540.c' > doesn't match the target pattern > > And it turns out your line should read `hid-creative-sb0540.o` not > `hid-creative-sb0540.c` It does show that I didn't fancy making my office warmer with a full kernel compile, right? v5 sent with the fix, thanks.