From 5c5061f224d7aa646194a7a0a6f25922fb5a3863 Mon Sep 17 00:00:00 2001 From: tkl Date: Mon, 1 Aug 2016 15:23:54 +0200 Subject: [PATCH] cleanup makefile --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 345882c..d874baa 100755 --- a/Makefile +++ b/Makefile @@ -38,7 +38,6 @@ deploy: all $(SRC_DIR)/scripts/stack_interface.py -i "$(SRC_DIR)/firmware/arch/$(CPU)/include/$(CPU)_stack.h" -o "$(EXE_DIR)/include/stack.h" cp $(SRC_DIR)/firmware/kernel/interface/*.* $(EXE_DIR)/include/ tar cvJf $(DEPLOY_PACKET) -C $(EXE_DIR) . - echo $(DEPLOY_PACKET) check: $(CPPCHECK) $(CPPCHECK_FLAGS) $(CHECKSOURCES)