cleanup makefile
This commit is contained in:
parent
0b7807c7d3
commit
5c5061f224
1
Makefile
1
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)
|
||||
|
Loading…
Reference in New Issue
Block a user