Add target jsbsim to compile both simulator independantly

This commit is contained in:
Gautier Hattenberger
2010-03-25 09:27:26 +00:00
parent 82877a65f7
commit 906e17845d
8 changed files with 226 additions and 415 deletions
+3
View File
@@ -159,6 +159,9 @@ BOOTLOADER_DEVICE=/dev/ttyUSB0
tiny_bl.upload:
lpc21isp -control $(AIRBORNE)/arm7/test/bootloader/bl.hex $(BOOTLOADER_DEVICE) 38400 12000
jsbsim jsbsim.compile: ac_h
cd $(AIRBORNE); $(MAKE) TARGET=jsbsim ARCHI=jsbsim all
sim: ac_h
cd $(AIRBORNE); $(MAKE) TARGET=sim ARCHI=sim all