1# $FreeBSD$ 2 3files "dpaa/files.dpaa" 4 5makeoptions DPAA_COMPILE_CMD="${NORMAL_C} \ 6 -Wno-cast-qual -Wno-unused-function -Wno-init-self -fms-extensions \ 7 -include $S/contrib/ncsw/build/dflags.h \ 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/integrations" 24