remove ath_rate_mcs2rate
[open-ath9k-htc-firmware.git] / target_firmware / magpie_fw_dev / build / utility / Makefile
index 2fdce936f142c8f3bf770cb9b5a9db42fa86d5c4..c1fc0ec440e2a831fa7ce6151a6bc2ebe031dcf0 100755 (executable)
@@ -1,6 +1,8 @@
 DIRS = bin2hex
+TARGET_DIR = ./bin
 
 all:
+       @mkdir -p $(TARGET_DIR)
        @for i in $(DIRS) ; do $(MAKE) -C $$i || exit $? ; done
 
 clean :