1 2files "dpaa/files.dpaa" 3 4makeoptions DPAA_COMPILE_CMD="${LINUXKPI_C} ${DPAAWARNFLAGS} \ 5 -Wno-cast-qual -Wno-unused-function -Wno-init-self -fms-extensions \ 6 -include $S/contrib/ncsw/build/dflags.h \ 7 -Wno-error=missing-prototypes \ 8 -I$S/contrib/ncsw/build/ \ 9 -I$S/contrib/ncsw/inc \ 10 -I$S/contrib/ncsw/inc/cores \ 11 -I$S/contrib/ncsw/inc/etc \ 12 -I$S/contrib/ncsw/inc/Peripherals \ 13 -I$S/contrib/ncsw/etc \ 14 -I$S/contrib/ncsw/Peripherals/BM \ 15 -I$S/contrib/ncsw/Peripherals/FM \ 16 -I$S/contrib/ncsw/Peripherals/FM/HC \ 17 -I$S/contrib/ncsw/Peripherals/FM/inc \ 18 -I$S/contrib/ncsw/Peripherals/FM/MAC \ 19 -I$S/contrib/ncsw/Peripherals/FM/Pcd \ 20 -I$S/contrib/ncsw/Peripherals/FM/Port \ 21 -I$S/contrib/ncsw/Peripherals/FM/Rtc \ 22 -I$S/contrib/ncsw/Peripherals/QM \ 23 -I$S/contrib/ncsw/inc/flib \ 24 -I$S/contrib/ncsw/inc/integrations" 25