Re: [PATCH] hid: Use Kbuild idiom in Makefiles

2015-01-21 Thread Jiri Kosina
On Wed, 21 Jan 2015, Michal Marek wrote: > Use -$(CONFIG_FOO) syntax to build multipart objects with > optional parts, since all the config options are bool. Also, delete the > obvious comments in the usbhid Makefile. > > Signed-off-by: Michal Marek > --- > drivers/hid/Makefile| 49 >

[PATCH] hid: Use Kbuild idiom in Makefiles

2015-01-21 Thread Michal Marek
Use -$(CONFIG_FOO) syntax to build multipart objects with optional parts, since all the config options are bool. Also, delete the obvious comments in the usbhid Makefile. Signed-off-by: Michal Marek --- drivers/hid/Makefile| 49 +++--

Re: [PATCH] hid: Use Kbuild idiom in Makefiles

2015-01-21 Thread Jiri Kosina
On Wed, 21 Jan 2015, Michal Marek wrote: Use driver-$(CONFIG_FOO) syntax to build multipart objects with optional parts, since all the config options are bool. Also, delete the obvious comments in the usbhid Makefile. Signed-off-by: Michal Marek mma...@suse.cz --- drivers/hid/Makefile

[PATCH] hid: Use Kbuild idiom in Makefiles

2015-01-21 Thread Michal Marek
Use driver-$(CONFIG_FOO) syntax to build multipart objects with optional parts, since all the config options are bool. Also, delete the obvious comments in the usbhid Makefile. Signed-off-by: Michal Marek mma...@suse.cz --- drivers/hid/Makefile| 49