There is no need to force add system include by adding ${SYSROOT_DIR}/include. Let GCC tell us what include paths are needed with --print-file-name and feed them via -isystem. Signed-off-by: Daniel Leung <daniel.leung@intel.com>