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