Deleted Added
full compact
files (238056) files (238148)
1# $FreeBSD: head/sys/conf/files 238056 2012-07-03 07:01:12Z adrian $
1# $FreeBSD: head/sys/conf/files 238148 2012-07-05 20:26:57Z jfv $
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" \

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

1191dev/e1000/e1000_82543.c optional em | igb \
1192 compile-with "${NORMAL_C} -I$S/dev/e1000"
1193dev/e1000/e1000_82571.c optional em | igb \
1194 compile-with "${NORMAL_C} -I$S/dev/e1000"
1195dev/e1000/e1000_82575.c optional em | igb \
1196 compile-with "${NORMAL_C} -I$S/dev/e1000"
1197dev/e1000/e1000_ich8lan.c optional em | igb \
1198 compile-with "${NORMAL_C} -I$S/dev/e1000"
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" \

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

1191dev/e1000/e1000_82543.c optional em | igb \
1192 compile-with "${NORMAL_C} -I$S/dev/e1000"
1193dev/e1000/e1000_82571.c optional em | igb \
1194 compile-with "${NORMAL_C} -I$S/dev/e1000"
1195dev/e1000/e1000_82575.c optional em | igb \
1196 compile-with "${NORMAL_C} -I$S/dev/e1000"
1197dev/e1000/e1000_ich8lan.c optional em | igb \
1198 compile-with "${NORMAL_C} -I$S/dev/e1000"
1199dev/e1000/e1000_i210.c optional em | igb \
1200 compile-with "${NORMAL_C} -I$S/dev/e1000"
1199dev/e1000/e1000_api.c optional em | igb \
1200 compile-with "${NORMAL_C} -I$S/dev/e1000"
1201dev/e1000/e1000_mac.c optional em | igb \
1202 compile-with "${NORMAL_C} -I$S/dev/e1000"
1203dev/e1000/e1000_manage.c optional em | igb \
1204 compile-with "${NORMAL_C} -I$S/dev/e1000"
1205dev/e1000/e1000_nvm.c optional em | igb \
1206 compile-with "${NORMAL_C} -I$S/dev/e1000"

--- 2543 unchanged lines hidden ---
1201dev/e1000/e1000_api.c optional em | igb \
1202 compile-with "${NORMAL_C} -I$S/dev/e1000"
1203dev/e1000/e1000_mac.c optional em | igb \
1204 compile-with "${NORMAL_C} -I$S/dev/e1000"
1205dev/e1000/e1000_manage.c optional em | igb \
1206 compile-with "${NORMAL_C} -I$S/dev/e1000"
1207dev/e1000/e1000_nvm.c optional em | igb \
1208 compile-with "${NORMAL_C} -I$S/dev/e1000"

--- 2543 unchanged lines hidden ---