1# 2# IMU Cal Makefile 3# 4 5# Common Compiler Flags ######################################################## 6 7# Include paths. 8COMMON_CFLAGS += -Iapps/imu_cal/include 9 10# Common Source Files ########################################################## 11 12COMMON_SRCS += apps/imu_cal/imu_cal.cc 13