-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaml --- r: 325400 b: refs/heads/master c: 2d96650 h: refs/heads/master v: v3
- Loading branch information
Greg Kroah-Hartman
committed
Sep 18, 2012
1 parent
bcde469
commit f10112b
Showing
5 changed files
with
12 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: c7fbfc825fdf183829fac42f55e1e5727f746bb0 | ||
refs/heads/master: 2d96650139bf6f163970f72ef8aa1abaa6c8b3d1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
config CED1401 | ||
tristate "Cambridge Electronic Design 1401 USB support" | ||
depends on USB | ||
help | ||
This driver supports the Cambridge Electronic Design 1401 USB device | ||
(whatever that is.) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,3 @@ | ||
obj-m := cedusb.o | ||
cedusb-objs := usb1401.o ced_ioc.o | ||
KDIR := /lib/modules/$(shell uname -r)/build | ||
PWD := $(shell pwd) | ||
KBUILD_EXTRA_SYMBOLS := $(PWD) | ||
EXTRA_CFLAGS = -I$(HOME)/src/ced1401 | ||
all: | ||
$(MAKE) -C $(KDIR) SUBDIRS=$(PWD) modules | ||
|
||
clean: | ||
$(MAKE) -C $(KDIR) SUBDIRS=$(PWD) clean | ||
|
||
obj-$(CONFIG_CED1401) := cedusb.o | ||
cedusb-objs := usb1401.o ced_ioc.o |