]> git.llucax.com Git - z.facultad/66.09/etherled.git/blob - pruebas/asx8051/gnuine/Makefile
Hoja de datos y link del chipset DP83907VF AT/LANTIC II de National
[z.facultad/66.09/etherled.git] / pruebas / asx8051 / gnuine / Makefile
1
2 all:
3         @asx8051 -los gnuine.asm
4         @aslink -f gnuine.lnk
5         @packihx gnuine.ihx > gnuine.hex
6
7 cleantmp:
8         @rm -f *.sym *.rel *.map *.ihx *.lst
9
10 clean: cleantmp
11         @rm -f *.hex
12
13 .PHONY: clean cleantmp
14