#!/bin/bash
#
#

rm -f .*.o.*
rm -f .*.ko.*
rm -f *.ko
rm -f *.o
rm -f *~ csmi/*~
rm -f *.mod.*
rm -rf .tmp_versions
