#!/bin/bash

#tar -zvxf stack.tar.gz
#tar -zvxf rtl8185.tar.gz
cd ieee80211
make clean
make KSRC=$1
cd ../rtl8185
make clean
make KSRC=$1
cd ../
