Skip to content

Commit

Permalink
Futher clean improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
Gulevich Vasili authored and Gulevich Vasili committed Nov 9, 2011
1 parent 2cfd4c7 commit baa2de4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ none:
test -d $(KERNELDIR) && $(MAKE) modules || echo To build module invoke: KERNELDIR=/path/to/your/kernel/headers make modules.

clean:
-test -d $(KERNELDIR) && $(MAKE) -C $(KERNELDIR) M=$(CURDIR) $@
test -d $(KERNELDIR) && $(MAKE) -C $(KERNELDIR) M=$(CURDIR) $@ || rm -f *.o lsi6.mod.c .lsi6.ko.cmd .*.o.cmd modules.order Module.symvers lsi6.ko

headers:
test -d $(KERNELDIR)
Expand Down

0 comments on commit baa2de4

Please sign in to comment.