1
0
mirror of git://projects.qi-hardware.com/xburst-tools.git synced 2024-11-01 16:25:20 +02:00
xburst-tools/qiboot/config.mk

12 lines
235 B
Makefile
Raw Normal View History

2008-06-13 01:22:49 +03:00
#
# Include the make variables (CC, etc...)
#
CROSS_COMPILE=arm-angstrom-linux-gnueabi-
AS = $(CROSS_COMPILE)as
LD = $(CROSS_COMPILE)ld
CC = $(CROSS_COMPILE)gcc
OBJCOPY = $(CROSS_COMPILE)objcopy
export CROSS_COMPILE AD LD CC OBJCOPY