[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[paparazzi-commits] [5505] path fixes
From: |
Christophe De Wagter |
Subject: |
[paparazzi-commits] [5505] path fixes |
Date: |
Fri, 20 Aug 2010 12:27:47 +0000 |
Revision: 5505
http://svn.sv.gnu.org/viewvc/?view=rev&root=paparazzi&revision=5505
Author: dewagter
Date: 2010-08-20 12:27:47 +0000 (Fri, 20 Aug 2010)
Log Message:
-----------
path fixes
Modified Paths:
--------------
paparazzi3/trunk/conf/boards/tiny_0.99.makefile
paparazzi3/trunk/conf/boards/tiny_1.1.makefile
paparazzi3/trunk/conf/boards/tiny_2.1.makefile
paparazzi3/trunk/conf/boards/twog_1.makefile
Modified: paparazzi3/trunk/conf/boards/tiny_0.99.makefile
===================================================================
--- paparazzi3/trunk/conf/boards/tiny_0.99.makefile 2010-08-20 12:22:34 UTC
(rev 5504)
+++ paparazzi3/trunk/conf/boards/tiny_0.99.makefile 2010-08-20 12:27:47 UTC
(rev 5505)
@@ -5,7 +5,7 @@
#
-include tiny_2.11.makefile
+include $(PAPARAZZI_SRC)/conf/boards/tiny_2.11.makefile
BOARD_CFG = \"tiny_0_99.h\"
Modified: paparazzi3/trunk/conf/boards/tiny_1.1.makefile
===================================================================
--- paparazzi3/trunk/conf/boards/tiny_1.1.makefile 2010-08-20 12:22:34 UTC
(rev 5504)
+++ paparazzi3/trunk/conf/boards/tiny_1.1.makefile 2010-08-20 12:27:47 UTC
(rev 5505)
@@ -5,7 +5,7 @@
#
-include tiny_2.11.makefile
+include $(PAPARAZZI_SRC)/conf/boards/tiny_2.11.makefile
BOARD_CFG = \"tiny_1_1.h\"
Modified: paparazzi3/trunk/conf/boards/tiny_2.1.makefile
===================================================================
--- paparazzi3/trunk/conf/boards/tiny_2.1.makefile 2010-08-20 12:22:34 UTC
(rev 5504)
+++ paparazzi3/trunk/conf/boards/tiny_2.1.makefile 2010-08-20 12:27:47 UTC
(rev 5505)
@@ -4,7 +4,7 @@
# http://paparazzi.enac.fr/wiki/Tiny_v2
#
-include tiny_2.11.makefile
+include $(PAPARAZZI_SRC)/conf/boards/tiny_2.11.makefile
BOARD_CFG = \"tiny_2_1.h\"
Modified: paparazzi3/trunk/conf/boards/twog_1.makefile
===================================================================
--- paparazzi3/trunk/conf/boards/twog_1.makefile 2010-08-20 12:22:34 UTC
(rev 5504)
+++ paparazzi3/trunk/conf/boards/twog_1.makefile 2010-08-20 12:27:47 UTC
(rev 5505)
@@ -4,5 +4,7 @@
# http://paparazzi.enac.fr/wiki/Twog_v1
#
-include tiny_2.11.makefile
+include $(PAPARAZZI_SRC)/conf/boards/tiny_2.11.makefile
+
+BOARD_CFG = \"twog_1.h\"
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [paparazzi-commits] [5505] path fixes,
Christophe De Wagter <=