[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: compiling 2.6 kernel module



On Wed, 2005-05-11 at 11:12 -0700, suren wrote:

> How do we clean the object files in this example?

You can add this small snippet to clean the object and other related
files which are not required when you want a proper clean.

clean:
	rm -rf *.ko *.mod.* *.o

Regards

Hitesh


--
Kernelnewbies: Help each other learn about the Linux kernel.
Archive:       http://mail.nl.linux.org/kernelnewbies/
FAQ:           http://kernelnewbies.org/faq/