From e927fb70d4f46dd686d8ad246cac587c219ddd9d Mon Sep 17 00:00:00 2001 From: Tomasz Kramkowski Date: Wed, 23 Nov 2016 21:27:45 +0000 Subject: Makefile: use new hktool interface --- Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b4393dd..acae6d2 100644 --- a/Makefile +++ b/Makefile @@ -6,8 +6,6 @@ AS = arm-none-eabi-as CC = arm-none-eabi-gcc OBJCOPY = arm-none-eabi-objcopy -HKTOOL = hktool $(MCU) - WARNINGS = -Wpointer-arith -Wcast-align -Wformat=2 \ -Wsuggest-attribute=format -Wall \ -Wextra -Wpedantic -Winit-self -Wshadow -Wcast-qual \ @@ -25,8 +23,7 @@ all: fmk.bin fmk: $(OBJ) flash: fmk.bin - hktool 0x40000 1024 64 0 $< - hktool -r + hktool -f $< -r $(MCU) clean: $(RM) $(OBJ) $(OBJ:.o=.d) fmk fmk.bin -- cgit v1.2.3-54-g00ecf