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