Updated through tag hostap_2_5 from git://w1.fi/hostap.git
[mech_eap.git] / libeap / 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