Changeset 8
- Timestamp:
- Aug 27, 2009, 5:59:57 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FirmwareFX2/Makefile
r7 r8 46 46 $(CC) -c $(CFLAGS) $(CPPFLAGS) $< -o $@ 47 47 48 %.iic : %.hex 49 ./hex2bix -ir -f 0xC2 -m 0xF000 -c 0x1 -o $@ $< 50 51 default: usbjtag.iic 48 default: usbjtag.hex 52 49 53 50 usbjtag.hex: vectors.rel spi.rel usbjtag.rel dscr.rel eeprom.rel ${HARDWARE}.rel startup.rel ${LIBDIR}/${LIB} … … 83 80 clean: 84 81 make -C ${LIBDIR} clean 85 rm -f *.lst *.asm *.lib *.sym *.rel *.mem *.map *.rst *.lnk *. ihx *.iic82 rm -f *.lst *.asm *.lib *.sym *.rel *.mem *.map *.rst *.lnk *.hex 86 83 87 84 distclean: clean
Note:
See TracChangeset
for help on using the changeset viewer.