HID: Use Kbuild idiom in Makefiles
authorMichal Marek <mmarek@suse.cz>
Wed, 21 Jan 2015 13:07:10 +0000 (14:07 +0100)
committerJiri Kosina <jkosina@suse.cz>
Wed, 21 Jan 2015 21:23:20 +0000 (22:23 +0100)
commit86312e4b78647d9fa62cf2293c50161cc0421d30
tree4d1fe7438bddff9479a2382ccf46794a09d276a1
parent5e7e9e90b5867a3754159a8ce524299d930fbac8
HID: Use Kbuild idiom in Makefiles

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 <mmarek@suse.cz>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/hid/Makefile
drivers/hid/usbhid/Makefile