Logo
Explore Help
Sign In
ukui/kernel
0
0
Fork 0
You've already forked kernel
mirror of https://github.com/ukui/kernel.git synced 2026-03-09 10:07:04 -07:00
Code Issues Packages Projects Releases Wiki Activity
Files
dbff4e9ea2e83fda89143389bfb229cb29425a32
kernel/include/linux/usb/Kbuild

8 lines
123 B
Plaintext
Raw Normal View History

USB: linux/usb/Kbuild needs only "header-y", not "unifdef-y" Given that none of the referenced header files test the proprocessor conditional __KERNEL__, there's no point "unifdef"fing them. Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2007-11-14 16:21:00 -05:00
header-y += audio.h
header-y += cdc.h
header-y += ch9.h
header-y += gadgetfs.h
header-y += midi.h
USB: g_printer.h does not need to be "unifdef"ed. Since the header file g_printer.h doesn't depend on __KERNEL__, there's no need to unifdef it in the Kbuild file. Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2008-03-07 11:02:00 -05:00
header-y += g_printer.h
USB: <linux/usb_ch9.h> becomes <linux/usb/ch9.h> This moves <linux/usb_ch9.h> to <linux/usb/ch9.h> to reduce some of the clutter of usb header files. Signed-off-by: David Brownell <dbrownell@users.sourceforge.net> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2006-12-16 15:34:53 -08:00
Reference in New Issue Copy Permalink
Powered by Gitea Page: 1114ms Template: 7ms
English
English
Licenses API