Skip to content

Commit

Permalink
[PATCH] correct CONFIG_GIGASET_M101 Makefile entry
Browse files Browse the repository at this point in the history
Advanced Mathematics, lesson 1:
101 != 105

;-)

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Acked-by: Tilman Schmidt <tilman@imap.cc>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Adrian Bunk authored and Linus Torvalds committed Feb 16, 2007
1 parent 838e56a commit c6025a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/isdn/gigaset/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ ser_gigaset-y := ser-gigaset.o asyncdata.o

obj-$(CONFIG_GIGASET_M105) += usb_gigaset.o gigaset.o
obj-$(CONFIG_GIGASET_BASE) += bas_gigaset.o gigaset.o
obj-$(CONFIG_GIGASET_M105) += ser_gigaset.o gigaset.o
obj-$(CONFIG_GIGASET_M101) += ser_gigaset.o gigaset.o

0 comments on commit c6025a7

Please sign in to comment.