CC		= /opt/gcc-linaro-arm-linux-gnueabihf-2012.09-20120921_linux/bin/arm-linux-gnueabihf-gcc
PLATFORM	= mx4
#STRIP_CMD	= /opt/gcc-linaro-arm-linux-gnueabihf-2012.09-20120921_linux/bin/arm-linux-gnueabihf-strip
CAN_CONTROLLERS = DUMMY CAN232 CARSIM SOCKETCAN CANALYZER
BUILD_DEBUG = 1

include ../Makefile.linux

