From 5067db07aed7294fa98c99a8da9364f037d15d14 Mon Sep 17 00:00:00 2001 From: Azim Khan Date: Tue, 4 Jul 2017 19:26:31 +0100 Subject: [PATCH] Add deploy-tests to the .PHONY target --- features/mbedtls/importer/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/mbedtls/importer/Makefile b/features/mbedtls/importer/Makefile index 4a38867762..22bdc08968 100644 --- a/features/mbedtls/importer/Makefile +++ b/features/mbedtls/importer/Makefile @@ -41,7 +41,7 @@ MBED_TLS_DIR:=TARGET_IGNORE/mbedtls MBED_TLS_API:=$(MBED_TLS_DIR)/include/mbedtls MBED_TLS_GIT_CFG=$(MBED_TLS_DIR)/.git/config -.PHONY: all deploy rsync mbedtls clean update +.PHONY: all deploy deploy-tests rsync mbedtls clean update all: mbedtls