]> git.hungrycats.org Git - linux/commitdiff
Small fix for net/irda/Makefile
authorKai Germaschewski <kai@tp1.ruhr-uni-bochum.de>
Sun, 19 May 2002 05:38:38 +0000 (00:38 -0500)
committerKai Germaschewski <kai@tp1.ruhr-uni-bochum.de>
Sun, 19 May 2002 05:38:38 +0000 (00:38 -0500)
This Makefile would add irlan/irlan.o to $(obj-m) when selected as
modular, which is wrong. The module will get compiled just fine after
descending into that subdirectory anyway (whereas in the current
directory we have no idea how to build it).

net/irda/Makefile

index c7e33455d1ffc3e793d0ff6718a5adbb72ee96b1..201a9fad52b822cb25c4724e881ab5b93676ceaa 100644 (file)
@@ -22,7 +22,6 @@ endif
 
 obj-$(CONFIG_PROC_FS) += irproc.o
 obj-$(CONFIG_SYSCTL) += irsysctl.o
-obj-$(CONFIG_IRLAN) += irlan/irlan.o
 
 subdir-$(CONFIG_IRLAN) += irlan
 subdir-$(CONFIG_IRNET) += irnet