Deleted Added
full compact
files (158737) files (158979)
1# $FreeBSD: head/sys/conf/files 158737 2006-05-18 23:30:48Z ambrisko $
1# $FreeBSD: head/sys/conf/files 158979 2006-05-27 16:32:05Z netchild $
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" \

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

900dev/sound/pcm/mixer.c optional sound
901dev/sound/pcm/mixer_if.m optional sound
902dev/sound/pcm/sndstat.c optional sound
903dev/sound/pcm/sound.c optional sound
904dev/sound/pcm/vchan.c optional sound
905#dev/sound/usb/upcm.c optional snd_upcm usb
906dev/sound/usb/uaudio.c optional snd_uaudio usb
907dev/sound/usb/uaudio_pcm.c optional snd_uaudio usb
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" \

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

900dev/sound/pcm/mixer.c optional sound
901dev/sound/pcm/mixer_if.m optional sound
902dev/sound/pcm/sndstat.c optional sound
903dev/sound/pcm/sound.c optional sound
904dev/sound/pcm/vchan.c optional sound
905#dev/sound/usb/upcm.c optional snd_upcm usb
906dev/sound/usb/uaudio.c optional snd_uaudio usb
907dev/sound/usb/uaudio_pcm.c optional snd_uaudio usb
908dev/sound/midi/midi.c optional sound
909dev/sound/midi/mpu401.c optional sound
910dev/sound/midi/mpu_if.m optional sound
911dev/sound/midi/mpufoi_if.m optional sound
912dev/sound/midi/sequencer.c optional sound
913dev/sound/midi/synth_if.m optional sound
908dev/sr/if_sr.c optional sr
909dev/sr/if_sr_pci.c optional sr pci
910dev/stg/tmc18c30.c optional stg
911dev/stg/tmc18c30_isa.c optional stg isa
912dev/stg/tmc18c30_pccard.c optional stg pccard
913dev/stg/tmc18c30_pci.c optional stg pci
914dev/stg/tmc18c30_subr.c optional stg
915dev/streams/streams.c optional streams

--- 1146 unchanged lines hidden ---
914dev/sr/if_sr.c optional sr
915dev/sr/if_sr_pci.c optional sr pci
916dev/stg/tmc18c30.c optional stg
917dev/stg/tmc18c30_isa.c optional stg isa
918dev/stg/tmc18c30_pccard.c optional stg pccard
919dev/stg/tmc18c30_pci.c optional stg pci
920dev/stg/tmc18c30_subr.c optional stg
921dev/streams/streams.c optional streams

--- 1146 unchanged lines hidden ---