diff options
Diffstat (limited to 'drivers/isdn/Makefile')
-rw-r--r-- | drivers/isdn/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/isdn/Makefile b/drivers/isdn/Makefile index d1ab6cd7b..fc08d752a 100644 --- a/drivers/isdn/Makefile +++ b/drivers/isdn/Makefile @@ -11,8 +11,7 @@ export-objs := isdn_common.o # Multipart objects. list-multi := isdn.o -isdn-objs := isdn_net.o isdn_tty.o isdn_cards.o isdn_v110.o \ - isdn_common.o +isdn-objs := isdn_net.o isdn_tty.o isdn_v110.o isdn_common.o # Optional parts of multipart objects. |