From 5d2684d2a77ef457197c146f1406a406ff9b5ea3 Mon Sep 17 00:00:00 2001 From: Andreas Auras Date: Sun, 25 Sep 2011 01:02:54 +0200 Subject: Some more enhancements to distribution --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 466651c..3288a2f 100644 --- a/Makefile +++ b/Makefile @@ -31,7 +31,9 @@ dist: clean firmware mkdir -p dist mkdir -p build/firmware python setup.py sdist + cp usb_boot/df10ch_usb_boot.hex build/firmware/df10ch_usb_boot.hex cp usb_appl/df10ch_usb_appl.dff build/firmware/df10ch_usb_appl.dff + cp pwm_boot/df10ch_pwm_boot.hex build/firmware/df10ch_pwm_boot.hex cp pwm_appl/df10ch_pwm_appl.dff build/firmware/df10ch_pwm_appl.dff tar -C build -cvzf dist/df10ch_firmware.tar.gz firmware -- cgit v1.2.3