This website requires JavaScript.
Explore
Help
Sign In
davidlt
/
kernel-ark
Watch
1
Star
0
Fork
0
You've already forked kernel-ark
Code
Issues
Pull Requests
Releases
Wiki
Activity
e0ee778528
kernel-ark
/
drivers
/
usb
/
early
/
Makefile
6 lines
85 B
Makefile
Raw
Normal View
History
Unescape
Escape
USB: ehci,dbgp,early_printk: split ehci debug driver from early_printk.c Move the dbgp early printk driver in advance of refactoring and adding new code, so the changes to this code are tracked separately from the move of the code. The drivers/usb/early directory will be the location of the current and future early usb code for driving usb devices prior initializing the standard interrupt driven USB drivers. Signed-off-by: Jason Wessel <jason.wessel@windriver.com> Cc: Ingo Molnar <mingo@elte.hu> Cc: Andrew Morton <akpm@linux-foundation.org> Cc: Yinghai Lu <yinghai@kernel.org> Cc: "Eric W. Biederman" <ebiederm@xmission.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2009-08-20 20:39:48 +00:00
#
# Makefile for early USB devices
#
usb: makefile cleanup For all modules, change <module>-objs to <module>-y; remove if-statements and replace with lists using the kbuild idiom; move flags to the top of the file; and fix alignment while trying to maintain the original scheme in each file. None of the dependencies are modified. Signed-off-by: matt mooney <mfm@muteddisk.com> Acked-by: Sam Ravnborg <sam@ravnborg.org> Acked-by: Felipe Balbi <balbi@ti.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2010-10-07 02:03:26 +00:00
obj-$(CONFIG_EARLY_PRINTK_DBGP)
+=
ehci-dbgp.o
Reference in New Issue
Copy Permalink