source: trunk/platforms/tsar_generic_xbar/Makefile @ 885

Last change on this file since 885 was 624, checked in by cfuguet, 10 years ago

Modification in tsar_generic_xbar platform:

  • Using the constant IRQ_PER_PROCESSOR on the hard_config.h file to specify more than one irq from the XICU to each processor.
  • Property svn:executable set to *
File size: 144 bytes
RevLine 
[344]1simul.x: top.cpp top.desc
[486]2        soclib-cc -P -p top.desc -I. -o simul.x
[344]3
4clean:
5        soclib-cc -x -p top.desc -I.
[468]6        rm -rf *.o *.x term*
[624]7
8.PHONY: simul.x
Note: See TracBrowser for help on using the repository browser.