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