From b9e460c0af2f19ae02cf671f4f62b04fa8dfd678 Mon Sep 17 00:00:00 2001 From: daniel watson Date: Sun, 15 Sep 2013 08:29:52 -0700 Subject: [PATCH] add target for seeedstudio zip --- pcb/Makefile | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) diff --git a/pcb/Makefile b/pcb/Makefile index f505d7a..ce06c30 100644 --- a/pcb/Makefile +++ b/pcb/Makefile @@ -39,21 +39,15 @@ ZIP_FILES := \ $(BASE_PREFIX).zip ARDUINO_DIR := $(ROOT_DIR)/arduino/arduino-1.0.1 -BOOTLOADER_DIR := $(ARDUINO_DIR)/hardware/MDuino/bootloaders/optiboot -BOOTLOADER_FILES := \ - optiboot.c \ - avrdude_interactive.sh \ - burn_flash.sh \ - burn_fuses.sh \ - Makefile - - all: ${ZIP_FILES} $(BASE_PREFIX).zip: cd $(ROOT_DIR) ; zip $@ ${ARCHIVE_FILES} -bootloader.zip: - rm -f $@ - cp \ No newline at end of file +seeedstudio: + cp mbino-Edge_Cuts.gbr mbino-Edge_Cuts.gml + cp mbino.drl mbino.txt + zip mbino.zip -r9 mbino-B_Cu.gbl mbino-B_SilkS.gbo mbino-F_Cu.gtl \ + mbino-F_Paste.gtp mbino-B_Mask.gbs mbino-Edge_Cuts.gml \ + mbino-F_Mask.gts mbino-F_SilkS.gto mbino.txt -- 2.30.2