Skip to content

Commit

Permalink
rm Module.symvers
Browse files Browse the repository at this point in the history
  • Loading branch information
Constantine Shulyupin authored and Constantine Shulyupin committed Sep 26, 2012
1 parent 9d1a964 commit 0c79398
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -19,7 +19,7 @@ modules_install:
$(MAKE) -C $(KERNELDIR) M=$$PWD modules_install

clean:
rm -rf *.o *~ core .depend .*.cmd *.ko *.mod.c .tmp_versions modules.order dio *.tmp *.log
rm -rf *.o *~ core .depend .*.cmd *.ko *.mod.c .tmp_versions modules.order Module.symvers dio *.tmp *.log

depend .depend dep:
$(CC) $(ccflags-y) -M *.c > .depend
Expand Down

0 comments on commit 0c79398

Please sign in to comment.