#!/bin/bash
#
#

rm -f .*.o.*
rm -f .*.ko.*
rm -f *.ko
rm -f *.o
rm -f *~ 
rm -f *.mod.*
rm -fr .tmp_versions
