All of lore.kernel.org
 help / color / mirror / Atom feed
* [2.6 patch] correct CONFIG_GIGASET_M101 Makefile entry
@ 2007-02-15 21:56 Adrian Bunk
  2007-02-16  0:03 ` Tilman Schmidt
  2007-02-18 16:36 ` Pavel Machek
  0 siblings, 2 replies; 4+ messages in thread
From: Adrian Bunk @ 2007-02-15 21:56 UTC (permalink / raw)
  To: Tilman Schmidt, Hansjoerg Lipp
  Cc: gigaset307x-common, kkeil, kai.germaschewski, isdn4linux, linux-kernel

Advanced Mathematics, lesson 1:
101 != 105

;-)

Signed-off-by: Adrian Bunk <bunk@stusta.de>

---
--- linux-2.6.20-mm1/drivers/isdn/gigaset/Makefile.old	2007-02-15 17:38:23.000000000 +0100
+++ linux-2.6.20-mm1/drivers/isdn/gigaset/Makefile	2007-02-15 17:38:41.000000000 +0100
@@ -5,4 +5,4 @@
 
 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


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2007-02-22 20:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-02-15 21:56 [2.6 patch] correct CONFIG_GIGASET_M101 Makefile entry Adrian Bunk
2007-02-16  0:03 ` Tilman Schmidt
2007-02-18 16:36 ` Pavel Machek
2007-02-22 20:00   ` Adrian Bunk

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.