mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 14:42:24 +00:00
[PATCH] correct CONFIG_GIGASET_M101 Makefile entry
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>
This commit is contained in:
parent
838e56a11c
commit
c6025a79f5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user