2005-04-16 15:20:36 -07:00
|
|
|
#
|
|
|
|
# Makefile for USB Core files and filesystem
|
|
|
|
#
|
|
|
|
|
2005-08-15 16:53:57 -07:00
|
|
|
usbmon-objs := mon_main.o mon_stat.o mon_text.o mon_dma.o
|
2005-04-16 15:20:36 -07:00
|
|
|
|
2005-08-04 18:06:36 -07:00
|
|
|
# This does not use CONFIG_USB_MON because we want this to use a tristate.
|
2005-06-23 02:36:56 -07:00
|
|
|
obj-$(CONFIG_USB) += usbmon.o
|