Makefile-keyspan_pda_fw
上传用户:jlfgdled
上传日期:2013-04-10
资源大小:33168k
文件大小:0k
源码类别:

Linux/Unix编程

开发平台:

Unix_Linux

  1. # some rules to handle the quirks of the 'as31' assembler, like
  2. # insisting upon fixed suffixes for the input and output files,
  3. # and its lack of preprocessor support
  4. all: keyspan_pda_fw.h
  5. %.asm: %.S
  6. gcc -x assembler-with-cpp -P -E -o $@ $<
  7. %.hex: %.asm
  8. as31 -l $<
  9. mv $*.obj $@
  10. %_fw.h: %.hex ezusb_convert.pl
  11. perl ezusb_convert.pl $* < $< > $@