added EXT_CFLAGS to CFLAGS in order to enable native build for px4
Created by: UAV-Pilot
To build librobotcontrol for PX4 natively on BeagleBone board, an additional gcc flag is needed. This change is to make it possible to add the flag to the make command, e.g.,
make EXT_CFLAGS=-DRC_AUTOPILOT_EXT or (to verify if the flag is applied) make EXT_CFLAGS=-DRC_AUTOPILOT_EXT SHELL='sh -x'