files (d6c180505a1ad3c92704a745e10ca6ef3a422488) | files (774f94f14c92bf94afc21d8c8d7a1e8f2fdf5a48) |
---|---|
1# $FreeBSD$ 2# 3# The long compile-with and dependency lines are required because of 4# limitations in config: backslash-newline doesn't work in strings, and 5# dependency lines other than the first are silently ignored. 6# 7acpi_quirks.h optional acpi \ 8 dependency "$S/tools/acpi_quirks2h.awk $S/dev/acpica/acpi_quirks" \ --- 1206 unchanged lines hidden (view full) --- 1215 clean "iwn6000fw.c" 1216iwn6000fw.fwo optional iwn6000fw | iwnfw \ 1217 dependency "iwn6000.fw" \ 1218 compile-with "${LD} -b binary -d -warn-common -r -d -o ${.TARGET} iwn6000.fw" \ 1219 no-implicit-rule \ 1220 clean "iwn6000fw.fwo" 1221iwn6000.fw optional iwn6000fw | iwnfw \ 1222 dependency ".PHONY" \ | 1# $FreeBSD$ 2# 3# The long compile-with and dependency lines are required because of 4# limitations in config: backslash-newline doesn't work in strings, and 5# dependency lines other than the first are silently ignored. 6# 7acpi_quirks.h optional acpi \ 8 dependency "$S/tools/acpi_quirks2h.awk $S/dev/acpica/acpi_quirks" \ --- 1206 unchanged lines hidden (view full) --- 1215 clean "iwn6000fw.c" 1216iwn6000fw.fwo optional iwn6000fw | iwnfw \ 1217 dependency "iwn6000.fw" \ 1218 compile-with "${LD} -b binary -d -warn-common -r -d -o ${.TARGET} iwn6000.fw" \ 1219 no-implicit-rule \ 1220 clean "iwn6000fw.fwo" 1221iwn6000.fw optional iwn6000fw | iwnfw \ 1222 dependency ".PHONY" \ |
1223 compile-with "uudecode -o ${.TARGET} $S/contrib/dev/iwn/iwlwifi-6000-9.193.4.1.fw.uu" \ | 1223 compile-with "uudecode -o ${.TARGET} $S/contrib/dev/iwn/iwlwifi-6000-9.221.4.1.fw.uu" \ |
1224 no-obj no-implicit-rule \ 1225 clean "iwn6000.fw" | 1224 no-obj no-implicit-rule \ 1225 clean "iwn6000.fw" |
1226iwn6050fw.c optional iwn6050fw | iwnfw \ 1227 compile-with "${AWK} -f $S/tools/fw_stub.awk iwn6050.fw:iwn6050fw -miwn6050fw -c${.TARGET}" \ 1228 no-implicit-rule before-depend local \ 1229 clean "iwn6050fw.c" 1230iwn6050fw.fwo optional iwn6050fw | iwnfw \ 1231 dependency "iwn6050.fw" \ 1232 compile-with "${LD} -b binary -d -warn-common -r -d -o ${.TARGET} iwn6050.fw" \ 1233 no-implicit-rule \ 1234 clean "iwn6050fw.fwo" 1235iwn6050.fw optional iwn6050fw | iwnfw \ 1236 dependency ".PHONY" \ 1237 compile-with "uudecode -o ${.TARGET} $S/contrib/dev/iwn/iwlwifi-6050-9.201.4.1.fw.uu" \ 1238 no-obj no-implicit-rule \ 1239 clean "iwn6000.fw" |
|
1226dev/ixgb/if_ixgb.c optional ixgb 1227dev/ixgb/ixgb_ee.c optional ixgb 1228dev/ixgb/ixgb_hw.c optional ixgb 1229dev/ixgbe/ixgbe.c optional ixgbe inet \ 1230 compile-with "${NORMAL_C} -I$S/dev/ixgbe" 1231dev/ixgbe/ixgbe_phy.c optional ixgbe inet \ 1232 compile-with "${NORMAL_C} -I$S/dev/ixgbe" 1233dev/ixgbe/ixgbe_api.c optional ixgbe inet \ --- 918 unchanged lines hidden (view full) --- 2152kern/serdev_if.m standard 2153kern/stack_protector.c standard \ 2154 compile-with "${NORMAL_C:N-fstack-protector*}" 2155kern/subr_acl_nfs4.c standard 2156kern/subr_acl_posix1e.c standard 2157kern/subr_autoconf.c standard 2158kern/subr_blist.c standard 2159kern/subr_bus.c standard | 1240dev/ixgb/if_ixgb.c optional ixgb 1241dev/ixgb/ixgb_ee.c optional ixgb 1242dev/ixgb/ixgb_hw.c optional ixgb 1243dev/ixgbe/ixgbe.c optional ixgbe inet \ 1244 compile-with "${NORMAL_C} -I$S/dev/ixgbe" 1245dev/ixgbe/ixgbe_phy.c optional ixgbe inet \ 1246 compile-with "${NORMAL_C} -I$S/dev/ixgbe" 1247dev/ixgbe/ixgbe_api.c optional ixgbe inet \ --- 918 unchanged lines hidden (view full) --- 2166kern/serdev_if.m standard 2167kern/stack_protector.c standard \ 2168 compile-with "${NORMAL_C:N-fstack-protector*}" 2169kern/subr_acl_nfs4.c standard 2170kern/subr_acl_posix1e.c standard 2171kern/subr_autoconf.c standard 2172kern/subr_blist.c standard 2173kern/subr_bus.c standard |
2160kern/subr_busdma.c standard | |
2161kern/subr_bufring.c standard 2162kern/subr_clock.c standard 2163kern/subr_devstat.c standard 2164kern/subr_disk.c standard 2165kern/subr_eventhandler.c standard 2166kern/subr_fattime.c standard 2167kern/subr_firmware.c optional firmware 2168kern/subr_hash.c standard --- 825 unchanged lines hidden --- | 2174kern/subr_bufring.c standard 2175kern/subr_clock.c standard 2176kern/subr_devstat.c standard 2177kern/subr_disk.c standard 2178kern/subr_eventhandler.c standard 2179kern/subr_fattime.c standard 2180kern/subr_firmware.c optional firmware 2181kern/subr_hash.c standard --- 825 unchanged lines hidden --- |