Deleted Added
full compact
files (270274) files (270284)
1# $FreeBSD: stable/10/sys/conf/files 270274 2014-08-21 14:56:57Z ian $
1# $FreeBSD: stable/10/sys/conf/files 270284 2014-08-21 17:18:21Z ian $
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" \
9 compile-with "${AWK} -f $S/tools/acpi_quirks2h.awk $S/dev/acpica/acpi_quirks" \
10 no-obj no-implicit-rule before-depend \
11 clean "acpi_quirks.h"
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" \
9 compile-with "${AWK} -f $S/tools/acpi_quirks2h.awk $S/dev/acpica/acpi_quirks" \
10 no-obj no-implicit-rule before-depend \
11 clean "acpi_quirks.h"
12aic7xxx_seq.h optional ahc \
13 compile-with "aicasm ${INCLUDES} -I$S/cam/scsi -I$S/dev/aic7xxx -o aic7xxx_seq.h -r aic7xxx_reg.h -p aic7xxx_reg_print.c -i $S/dev/aic7xxx/aic7xxx_osm.h $S/dev/aic7xxx/aic7xxx.seq" \
14 no-obj no-implicit-rule before-depend local \
15 clean "aic7xxx_seq.h" \
16 dependency "$S/dev/aic7xxx/aic7xxx.{reg,seq} $S/cam/scsi/scsi_message.h"
17aic7xxx_reg.h optional ahc \
18 compile-with "aicasm ${INCLUDES} -I$S/cam/scsi -I$S/dev/aic7xxx -o aic7xxx_seq.h -r aic7xxx_reg.h -p aic7xxx_reg_print.c -i $S/dev/aic7xxx/aic7xxx_osm.h $S/dev/aic7xxx/aic7xxx.seq" \
19 no-obj no-implicit-rule before-depend local \
20 clean "aic7xxx_reg.h" \
21 dependency "$S/dev/aic7xxx/aic7xxx.{reg,seq} $S/cam/scsi/scsi_message.h"
22aic7xxx_reg_print.c optional ahc \
23 compile-with "aicasm ${INCLUDES} -I$S/cam/scsi -I$S/dev/aic7xxx -o aic7xxx_seq.h -r aic7xxx_reg.h -p aic7xxx_reg_print.c -i $S/dev/aic7xxx/aic7xxx_osm.h $S/dev/aic7xxx/aic7xxx.seq" \
24 no-obj no-implicit-rule local \
25 clean "aic7xxx_reg_print.c" \
26 dependency "$S/dev/aic7xxx/aic7xxx.{reg,seq} $S/cam/scsi/scsi_message.h"
27aic7xxx_reg_print.o optional ahc ahc_reg_pretty_print \
28 compile-with "${NORMAL_C}" \
29 no-implicit-rule local
30aic79xx_seq.h optional ahd pci \
31 compile-with "aicasm ${INCLUDES} -I$S/cam/scsi -I$S/dev/aic7xxx -o aic79xx_seq.h -r aic79xx_reg.h -p aic79xx_reg_print.c -i $S/dev/aic7xxx/aic79xx_osm.h $S/dev/aic7xxx/aic79xx.seq" \
32 no-obj no-implicit-rule before-depend local \
33 clean "aic79xx_seq.h" \
34 dependency "$S/dev/aic7xxx/aic79xx.{reg,seq} $S/cam/scsi/scsi_message.h"
35aic79xx_reg.h optional ahd pci \
36 compile-with "aicasm ${INCLUDES} -I$S/cam/scsi -I$S/dev/aic7xxx -o aic79xx_seq.h -r aic79xx_reg.h -p aic79xx_reg_print.c -i $S/dev/aic7xxx/aic79xx_osm.h $S/dev/aic7xxx/aic79xx.seq" \
37 no-obj no-implicit-rule before-depend local \
38 clean "aic79xx_reg.h" \
39 dependency "$S/dev/aic7xxx/aic79xx.{reg,seq} $S/cam/scsi/scsi_message.h"
40aic79xx_reg_print.c optional ahd pci \
41 compile-with "aicasm ${INCLUDES} -I$S/cam/scsi -I$S/dev/aic7xxx -o aic79xx_seq.h -r aic79xx_reg.h -p aic79xx_reg_print.c -i $S/dev/aic7xxx/aic79xx_osm.h $S/dev/aic7xxx/aic79xx.seq" \
42 no-obj no-implicit-rule local \
43 clean "aic79xx_reg_print.c" \
44 dependency "$S/dev/aic7xxx/aic79xx.{reg,seq} $S/cam/scsi/scsi_message.h"
45aic79xx_reg_print.o optional ahd pci ahd_reg_pretty_print \
46 compile-with "${NORMAL_C}" \
47 no-implicit-rule local
48#
49# The 'fdt_dtb_file' target covers an actual DTB file name, which is derived
50# from the specified source (DTS) file: <platform>.dts -> <platform>.dtb
51#
52fdt_dtb_file optional fdt fdt_dtb_static \
53 compile-with "sh $S/tools/fdt/make_dtb.sh $S ${FDT_DTS_FILE} ${.CURDIR}/${FDT_DTS_FILE:R}.dtb" \
54 no-obj no-implicit-rule before-depend \
55 clean "${FDT_DTS_FILE:R}.dtb"

--- 609 unchanged lines hidden (view full) ---

665dev/aic7xxx/ahc_pci.c optional ahc pci \
666 compile-with "${NORMAL_C} ${NO_WCONSTANT_CONVERSION}"
667dev/aic7xxx/ahd_pci.c optional ahd pci \
668 compile-with "${NORMAL_C} ${NO_WCONSTANT_CONVERSION}"
669dev/aic7xxx/aic7770.c optional ahc
670dev/aic7xxx/aic79xx.c optional ahd pci
671dev/aic7xxx/aic79xx_osm.c optional ahd pci
672dev/aic7xxx/aic79xx_pci.c optional ahd pci
12#
13# The 'fdt_dtb_file' target covers an actual DTB file name, which is derived
14# from the specified source (DTS) file: <platform>.dts -> <platform>.dtb
15#
16fdt_dtb_file optional fdt fdt_dtb_static \
17 compile-with "sh $S/tools/fdt/make_dtb.sh $S ${FDT_DTS_FILE} ${.CURDIR}/${FDT_DTS_FILE:R}.dtb" \
18 no-obj no-implicit-rule before-depend \
19 clean "${FDT_DTS_FILE:R}.dtb"

--- 609 unchanged lines hidden (view full) ---

629dev/aic7xxx/ahc_pci.c optional ahc pci \
630 compile-with "${NORMAL_C} ${NO_WCONSTANT_CONVERSION}"
631dev/aic7xxx/ahd_pci.c optional ahd pci \
632 compile-with "${NORMAL_C} ${NO_WCONSTANT_CONVERSION}"
633dev/aic7xxx/aic7770.c optional ahc
634dev/aic7xxx/aic79xx.c optional ahd pci
635dev/aic7xxx/aic79xx_osm.c optional ahd pci
636dev/aic7xxx/aic79xx_pci.c optional ahd pci
637dev/aic7xxx/aic79xx_reg_print.c optional ahd pci ahd_reg_pretty_print
673dev/aic7xxx/aic7xxx.c optional ahc
674dev/aic7xxx/aic7xxx_93cx6.c optional ahc
675dev/aic7xxx/aic7xxx_osm.c optional ahc
676dev/aic7xxx/aic7xxx_pci.c optional ahc pci
638dev/aic7xxx/aic7xxx.c optional ahc
639dev/aic7xxx/aic7xxx_93cx6.c optional ahc
640dev/aic7xxx/aic7xxx_osm.c optional ahc
641dev/aic7xxx/aic7xxx_pci.c optional ahc pci
642dev/aic7xxx/aic7xxx_reg_print.c optional ahc ahc_reg_pretty_print
677dev/alc/if_alc.c optional alc pci
678dev/ale/if_ale.c optional ale pci
679dev/altera/avgen/altera_avgen.c optional altera_avgen
680dev/altera/avgen/altera_avgen_fdt.c optional altera_avgen fdt
681dev/altera/avgen/altera_avgen_nexus.c optional altera_avgen
682dev/altera/sdcard/altera_sdcard.c optional altera_sdcard
683dev/altera/sdcard/altera_sdcard_disk.c optional altera_sdcard
684dev/altera/sdcard/altera_sdcard_io.c optional altera_sdcard

--- 3285 unchanged lines hidden ---
643dev/alc/if_alc.c optional alc pci
644dev/ale/if_ale.c optional ale pci
645dev/altera/avgen/altera_avgen.c optional altera_avgen
646dev/altera/avgen/altera_avgen_fdt.c optional altera_avgen fdt
647dev/altera/avgen/altera_avgen_nexus.c optional altera_avgen
648dev/altera/sdcard/altera_sdcard.c optional altera_sdcard
649dev/altera/sdcard/altera_sdcard_disk.c optional altera_sdcard
650dev/altera/sdcard/altera_sdcard_io.c optional altera_sdcard

--- 3285 unchanged lines hidden ---