files.powerpc (031beb4e239bfce798af17f5fe8dba8bcaf13d99) | files.powerpc (e04c4b4a369df3f1dcbebbdf726193f02af60801) |
---|---|
1# This file tells config what files go into building a kernel, 2# files marked standard are always included. 3# 4# 5# The long compile-with and dependency lines are required because of 6# limitations in config: backslash-newline doesn't work in strings, and 7# dependency lines other than the first are silently ignored. 8# --- 81 unchanged lines hidden (view full) --- 90 compile-with "${NORMAL_C} -I$S/dev/ice" 91dev/ice/irdma_if.m optional ice pci powerpc64 | ice pci powerpc64le \ 92 compile-with "${NORMAL_M} -I$S/dev/ice" 93dev/ice/irdma_di_if.m optional ice pci powerpc64 | ice pci powerpc64le \ 94 compile-with "${NORMAL_M} -I$S/dev/ice" 95dev/ice/ice_ddp_common.c optional ice pci powerpc64 | ice pci powerpc64le \ 96 compile-with "${NORMAL_C} -I$S/dev/ice" 97ice_ddp.c optional ice_ddp powerpc64 | ice pci powerpc64le \ | 1# This file tells config what files go into building a kernel, 2# files marked standard are always included. 3# 4# 5# The long compile-with and dependency lines are required because of 6# limitations in config: backslash-newline doesn't work in strings, and 7# dependency lines other than the first are silently ignored. 8# --- 81 unchanged lines hidden (view full) --- 90 compile-with "${NORMAL_C} -I$S/dev/ice" 91dev/ice/irdma_if.m optional ice pci powerpc64 | ice pci powerpc64le \ 92 compile-with "${NORMAL_M} -I$S/dev/ice" 93dev/ice/irdma_di_if.m optional ice pci powerpc64 | ice pci powerpc64le \ 94 compile-with "${NORMAL_M} -I$S/dev/ice" 95dev/ice/ice_ddp_common.c optional ice pci powerpc64 | ice pci powerpc64le \ 96 compile-with "${NORMAL_C} -I$S/dev/ice" 97ice_ddp.c optional ice_ddp powerpc64 | ice pci powerpc64le \ |
98 compile-with "${AWK} -f $S/tools/fw_stub.awk ice_ddp.fw:ice_ddp:0x01031e00 -mice_ddp -c${.TARGET}" \ | 98 compile-with "${AWK} -f $S/tools/fw_stub.awk ice_ddp.fw:ice_ddp:0x01032300 -mice_ddp -c${.TARGET}" \ |
99 no-ctfconvert no-implicit-rule before-depend local \ 100 clean "ice_ddp.c" 101ice_ddp.fwo optional ice_ddp powerpc64 | ice pci powerpc64le \ 102 dependency "ice_ddp.fw" \ 103 compile-with "${NORMAL_FWO}" \ 104 no-implicit-rule \ 105 clean "ice_ddp.fwo" 106ice_ddp.fw optional ice_ddp powerpc64 | ice pci powerpc64le \ | 99 no-ctfconvert no-implicit-rule before-depend local \ 100 clean "ice_ddp.c" 101ice_ddp.fwo optional ice_ddp powerpc64 | ice pci powerpc64le \ 102 dependency "ice_ddp.fw" \ 103 compile-with "${NORMAL_FWO}" \ 104 no-implicit-rule \ 105 clean "ice_ddp.fwo" 106ice_ddp.fw optional ice_ddp powerpc64 | ice pci powerpc64le \ |
107 dependency "$S/contrib/dev/ice/ice-1.3.30.0.pkg" \ 108 compile-with "${CP} $S/contrib/dev/ice/ice-1.3.30.0.pkg ice_ddp.fw" \ | 107 dependency "$S/contrib/dev/ice/ice-1.3.35.0.pkg" \ 108 compile-with "${CP} $S/contrib/dev/ice/ice-1.3.35.0.pkg ice_ddp.fw" \ |
109 no-obj no-implicit-rule \ 110 clean "ice_ddp.fw" 111dev/ixl/if_ixl.c optional ixl pci powerpc64 \ 112 compile-with "${NORMAL_C} -I$S/dev/ixl" 113dev/ixl/ixl_pf_main.c optional ixl pci powerpc64 \ 114 compile-with "${NORMAL_C} -I$S/dev/ixl" 115dev/ixl/ixl_pf_iflib.c optional ixl pci powerpc64 \ 116 compile-with "${NORMAL_C} -I$S/dev/ixl" --- 263 unchanged lines hidden --- | 109 no-obj no-implicit-rule \ 110 clean "ice_ddp.fw" 111dev/ixl/if_ixl.c optional ixl pci powerpc64 \ 112 compile-with "${NORMAL_C} -I$S/dev/ixl" 113dev/ixl/ixl_pf_main.c optional ixl pci powerpc64 \ 114 compile-with "${NORMAL_C} -I$S/dev/ixl" 115dev/ixl/ixl_pf_iflib.c optional ixl pci powerpc64 \ 116 compile-with "${NORMAL_C} -I$S/dev/ixl" --- 263 unchanged lines hidden --- |