From d4b04e526937df1404fde071b5a3fe49cf6a9a86 Mon Sep 17 00:00:00 2001 From: Stephan Baerwolf Date: Mon, 20 Aug 2012 02:08:45 +0200 Subject: [PATCH] Update Makefile for firmware-install Signed-off-by: Stephan Baerwolf --- firmware/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/firmware/Makefile b/firmware/Makefile index 79e8250..36b9cae 100644 --- a/firmware/Makefile +++ b/firmware/Makefile @@ -123,6 +123,9 @@ OBJECTS = usbdrv/usbdrvasm.o usbdrv/oddebug.o main.o # symbolic targets: all: main.hex +install: main.hex + cp -Rvp main.hex ./hexfiles/usbasploader.hex + .c.o: $(CC) $(CFLAGS) -c $< -o $@ -- 2.11.0