diff options
author | Amit Khatri <amit.khatri@samsung.com> | 2014-04-01 04:59:47 (GMT) |
---|---|---|
committer | Jouni Malinen <j@w1.fi> | 2014-04-01 08:22:51 (GMT) |
commit | 0f3d4b504d3bf14a78ed5c9f75c6971852b553a0 (patch) | |
tree | 24f29081281ba02a34badb2b6c002ceba010a4d9 /mac80211_hwsim/tools | |
parent | 39a5800f7c2a9de743c673a78929ac46a099b1a4 (diff) | |
download | hostap-0f3d4b504d3bf14a78ed5c9f75c6971852b553a0.zip hostap-0f3d4b504d3bf14a78ed5c9f75c6971852b553a0.tar.gz hostap-0f3d4b504d3bf14a78ed5c9f75c6971852b553a0.tar.bz2 |
tests: Run make clean for hwsim_test before rebuilding it
This makes sure that the build.sh script ends up rebuilding hwsim_test.
Signed-off-by: Amit Khatri <amit.khatri@samsung.com>
Diffstat (limited to 'mac80211_hwsim/tools')
-rw-r--r-- | mac80211_hwsim/tools/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mac80211_hwsim/tools/Makefile b/mac80211_hwsim/tools/Makefile index ec0d2dc..fb29d8d 100644 --- a/mac80211_hwsim/tools/Makefile +++ b/mac80211_hwsim/tools/Makefile @@ -9,3 +9,7 @@ CFLAGS = -O2 -Wall -g endif hwsim_test: hwsim_test.o + +clean: + rm -rf *.o + rm -rf hwsim_test |