Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Makefile « keucr « staging « drivers - github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c180bf4fab9310d549bd42c14a589a888e9626f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
ccflags-y := -Idrivers/scsi

obj-$(CONFIG_USB_ENESTORAGE)	+= keucr.o

keucr-y :=			\
		usb.o		\
		scsiglue.o	\
		transport.o	\
		init.o		\
		smscsi.o	\
		smilmain.o	\
		smilsub.o	\
		smilecc.o