Staging
v0.5.1
https://github.com/torvalds/linux
Raw File
Tip revision: 3ce54450461bad18bbe1f9f5aa3ecd2f8e8d1235 authored by Linus Torvalds on 06 January 2008, 21:45:38 UTC
Linux 2.6.24-rc7
Tip revision: 3ce5445
Makefile
#
# Makefile for USB Core files and filesystem
#

usbmon-objs	:= mon_main.o mon_stat.o mon_text.o mon_bin.o mon_dma.o

# This does not use CONFIG_USB_MON because we want this to use a tristate.
obj-$(CONFIG_USB)	+= usbmon.o
back to top