[lib] Makefile_drone: fix install target

Add the ARM toolchain include directory into the Makefile.
This commit is contained in:
Florian Taillard 2011-04-05 14:42:36 +02:00
parent 207e815192
commit b33aadd8ad
1 changed files with 2 additions and 1 deletions

View File

@ -4,9 +4,10 @@ TOOLCHAIN_USR = $(TOOLCHAIN_PREFIX)/arm-none-linux-gnueabi/libc/usr
TOOLCHAIN_USR_2 = $(TOOLCHAIN_PREFIX)/arm-none-linux-gnueabi/libc
# Répertoire d'installation
PREFIX_CC=/arm/arm-none-linux-gnueabi
PREFIX=/usr/local
INSTALL_LIB= $(PREFIX)/lib
INSTALL_INC= $(PREFIX)/include
INSTALL_INC= $(PREFIX_CC)/include
INSTALL_MAN= $(PREFIX)/share/man
# Compilateur