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