mka: Get rid of struct ieee802_1x_cp_conf
[mech_eap.git] / mac80211_hwsim / tools / Makefile
1 all: hwsim_test
2
3 ifndef CC
4 CC=gcc
5 endif
6
7 ifndef CFLAGS
8 CFLAGS = -O2 -Wall -g
9 endif
10
11 hwsim_test: hwsim_test.o
12
13 clean:
14         rm -rf *.o
15         rm -rf hwsim_test