files (c337185413aedfb6447d50f23347030dc68907a6) | files (226e6f9bfdca282e6f7945a569b91f86b437115f) |
---|---|
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" \ --- 1981 unchanged lines hidden (view full) --- 1990dev/vxge/vxgehal/vxgehal-fifo.c optional vxge 1991dev/watchdog/watchdog.c standard 1992dev/wb/if_wb.c optional wb pci 1993dev/wds/wd7000.c optional wds isa 1994dev/wi/if_wi.c optional wi 1995dev/wi/if_wi_pccard.c optional wi pccard 1996dev/wi/if_wi_pci.c optional wi pci 1997dev/wl/if_wl.c optional wl isa | 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" \ --- 1981 unchanged lines hidden (view full) --- 1990dev/vxge/vxgehal/vxgehal-fifo.c optional vxge 1991dev/watchdog/watchdog.c standard 1992dev/wb/if_wb.c optional wb pci 1993dev/wds/wd7000.c optional wds isa 1994dev/wi/if_wi.c optional wi 1995dev/wi/if_wi_pccard.c optional wi pccard 1996dev/wi/if_wi_pci.c optional wi pci 1997dev/wl/if_wl.c optional wl isa |
1998dev/wpi/if_wpi.c optional wpi pci |
|
1998wpifw.c optional wpifw \ 1999 compile-with "${AWK} -f $S/tools/fw_stub.awk wpi.fw:wpifw:153229 -mwpi -c${.TARGET}" \ 2000 no-implicit-rule before-depend local \ 2001 clean "wpifw.c" 2002wpifw.fwo optional wpifw \ 2003 dependency "wpi.fw" \ 2004 compile-with "${LD} -b binary -d -warn-common -r -d -o ${.TARGET} wpi.fw" \ 2005 no-implicit-rule \ --- 1444 unchanged lines hidden --- | 1999wpifw.c optional wpifw \ 2000 compile-with "${AWK} -f $S/tools/fw_stub.awk wpi.fw:wpifw:153229 -mwpi -c${.TARGET}" \ 2001 no-implicit-rule before-depend local \ 2002 clean "wpifw.c" 2003wpifw.fwo optional wpifw \ 2004 dependency "wpi.fw" \ 2005 compile-with "${LD} -b binary -d -warn-common -r -d -o ${.TARGET} wpi.fw" \ 2006 no-implicit-rule \ --- 1444 unchanged lines hidden --- |