Ignore:
Timestamp:
Aug 27, 2009, 5:59:57 PM (15 years ago)
Author:
demin
Message:

remove rules for usbjtag.iic

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FirmwareFX2/Makefile

    r7 r8  
    4646        $(CC) -c $(CFLAGS) $(CPPFLAGS) $< -o $@
    4747
    48 %.iic : %.hex
    49         ./hex2bix -ir -f 0xC2 -m 0xF000 -c 0x1 -o $@ $<
    50 
    51 default: usbjtag.iic
     48default: usbjtag.hex
    5249
    5350usbjtag.hex: vectors.rel spi.rel usbjtag.rel dscr.rel eeprom.rel ${HARDWARE}.rel startup.rel ${LIBDIR}/${LIB}
     
    8380clean:
    8481        make -C ${LIBDIR} clean
    85         rm -f *.lst *.asm *.lib *.sym *.rel *.mem *.map *.rst *.lnk *.ihx *.iic
     82        rm -f *.lst *.asm *.lib *.sym *.rel *.mem *.map *.rst *.lnk *.hex
    8683
    8784distclean: clean
Note: See TracChangeset for help on using the changeset viewer.