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)