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