Browse Source

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>
Amit Khatri 11 years ago
parent
commit
0f3d4b504d
2 changed files with 5 additions and 0 deletions
  1. 4 0
      mac80211_hwsim/tools/Makefile
  2. 1 0
      tests/hwsim/build.sh

+ 4 - 0
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

+ 1 - 0
tests/hwsim/build.sh

@@ -20,4 +20,5 @@ cd ../wlantest
 make clean
 make -j8
 cd ../mac80211_hwsim/tools
+make clean
 make -j8