files.amd64 (4184900911a34aeb94d9a8320f439af663281bba) | files.amd64 (2c298b17e356824bc55c2b45e7c6d12b1b4ec63d) |
---|---|
1# This file tells config what files go into building a kernel, 2# files marked standard are always included. 3# 4# $FreeBSD$ 5# 6# The long compile-with and dependency lines are required because of 7# limitations in config: backslash-newline doesn't work in strings, and 8# dependency lines other than the first are silently ignored. --- 39 unchanged lines hidden (view full) --- 48 clean "ukbdmap.h" 49# 50hal.o optional ath_hal \ 51 dependency "$S/contrib/dev/ath/public/x86_64-elf.hal.o.uu" \ 52 compile-with "uudecode < $S/contrib/dev/ath/public/x86_64-elf.hal.o.uu" \ 53 no-implicit-rule 54opt_ah.h optional ath_hal \ 55 dependency "$S/contrib/dev/ath/public/x86_64-elf.opt_ah.h" \ | 1# This file tells config what files go into building a kernel, 2# files marked standard are always included. 3# 4# $FreeBSD$ 5# 6# The long compile-with and dependency lines are required because of 7# limitations in config: backslash-newline doesn't work in strings, and 8# dependency lines other than the first are silently ignored. --- 39 unchanged lines hidden (view full) --- 48 clean "ukbdmap.h" 49# 50hal.o optional ath_hal \ 51 dependency "$S/contrib/dev/ath/public/x86_64-elf.hal.o.uu" \ 52 compile-with "uudecode < $S/contrib/dev/ath/public/x86_64-elf.hal.o.uu" \ 53 no-implicit-rule 54opt_ah.h optional ath_hal \ 55 dependency "$S/contrib/dev/ath/public/x86_64-elf.opt_ah.h" \ |
56 compile-with "cp $S/contrib/dev/ath/public/x86_64-elf.opt_ah.h opt_ah.h" \ | 56 compile-with "rm -f opt_ah.h; cp $S/contrib/dev/ath/public/x86_64-elf.opt_ah.h opt_ah.h" \ |
57 no-obj no-implicit-rule before-depend \ 58 clean "opt_ah.h" 59# 60nvenetlib.o optional nve pci \ 61 dependency "$S/contrib/dev/nve/amd64/nvenetlib.o.bz2.uu" \ 62 compile-with "uudecode $S/contrib/dev/nve/amd64/nvenetlib.o.bz2.uu ; bzip2 -df nvenetlib.o.bz2" \ 63 no-implicit-rule 64# --- 204 unchanged lines hidden --- | 57 no-obj no-implicit-rule before-depend \ 58 clean "opt_ah.h" 59# 60nvenetlib.o optional nve pci \ 61 dependency "$S/contrib/dev/nve/amd64/nvenetlib.o.bz2.uu" \ 62 compile-with "uudecode $S/contrib/dev/nve/amd64/nvenetlib.o.bz2.uu ; bzip2 -df nvenetlib.o.bz2" \ 63 no-implicit-rule 64# --- 204 unchanged lines hidden --- |