Changeset 138 for trunk/FirmwareFX2/Makefile
- Timestamp:
- Mar 15, 2011, 5:45:27 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FirmwareFX2/Makefile
r20 r138 47 47 default: usbjtag.hex 48 48 49 usbjtag.hex: vectors.rel spi.relusbjtag.rel dscr.rel eeprom.rel ${HARDWARE}.rel startup.rel ${LIBDIR}/${LIB}49 usbjtag.hex: vectors.rel usbjtag.rel dscr.rel eeprom.rel ${HARDWARE}.rel startup.rel ${LIBDIR}/${LIB} 50 50 $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $+ 51 51 packihx $@ > .tmp.hex
Note:
See TracChangeset
for help on using the changeset viewer.