lkml.org 
[lkml]   [2004]   [Aug]   [31]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
FromDuncan Sands <>
SubjectRe: external modules make clean doesn't do much
DateTue, 31 Aug 2004 22:07:44 +0200
On Tuesday 31 August 2004 19:01, Sam Ravnborg wrote:
> On Tue, Aug 31, 2004 at 01:47:52PM +0200, Duncan Sands wrote:
> > make clean for an external module only seems to clean
> > .tmp_versions:
> >
> > $ make clean
> > make -C /lib/modules/2.6.9-rc1/build M=`pwd` clean
> > make[1]: Entering directory `/home/duncan/Linux/linux-2.5'
> > CLEAN /home/duncan/SpeedTouch/.tmp_versions
> > make[1]: Leaving directory `/home/duncan/Linux/linux-2.5'
> > $
> >
> > This leaves all the .o etc files which doesn't sound right...
> Nope - let me try.
>
> sam@mars rtl8180 $ ls *o
> built-in.o r8180_if.o rtl8180.ko rtl8180.o
> priv_part.o r8180_pci_init.o rtl8180.mod.o usercopy.o
> sam@mars rtl8180 $ make -C ~/bk/kbuild M=$PWD clean
> make: Entering directory `/home/sam/bk/kbuild'
> CLEAN /home/sam/bk/external/rtl8180/.tmp_versions
> make: Leaving directory `/home/sam/bk/kbuild'
> sam@mars rtl8180 $ ls *o
> ls: *o: No such file or directory
> sam@mars rtl8180 $ cat Makefile
> obj-m := rtl8180.o
> rtl8180-y += r8180_if.o r8180_pci_init.o usercopy.o
> rtl8180-y += priv_part.o
>
>
> Looks to be OK here.
> Please let me see the Makefile you use for SpeedTouch

Hi Sam, thanks for looking into this. Here it is:

KERNELDIR := /lib/modules/$(shell uname -r)/build

obj-m := speedtch.o

all clean help modules modules_install:
$(MAKE) -C $(KERNELDIR) M=$(PWD) $(filter-out all,$(MAKECMDGOALS))

install:
$(MAKE) -C $(KERNELDIR) M=$(PWD) modules_install
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 14:05    [from the cache]
©2003-2010