exchanged the order of overo-oe search path to use paparazzi-omap package if it's there

This commit is contained in:
Antoine Drouin
2010-08-12 14:20:47 +00:00
parent efbbcf901a
commit 4db9cd03de
+1 -1
View File
@@ -23,7 +23,7 @@
# Define programs and commands.
OVERO_OE=`find ~ /opt/paparazzi / -maxdepth 1 -type d -name overo-oe | head -n 1`
OVERO_OE=`find /opt/paparazzi/omap ~ / -maxdepth 1 -type d -name overo-oe | head -n 1`
CC = $(OVERO_OE)/tmp/cross/armv7a/bin/arm-angstrom-linux-gnueabi-gcc
LD = $(CC)