svn commit: r286474 - head/sys/conf

Rui Paulo rpaulo at FreeBSD.org
Sat Aug 8 21:08:11 UTC 2015


Author: rpaulo
Date: Sat Aug  8 21:08:10 2015
New Revision: 286474
URL: https://svnweb.freebsd.org/changeset/base/286474

Log:
  sys/conf/files: add iwm and iwmfw.

Modified:
  head/sys/conf/files

Modified: head/sys/conf/files
==============================================================================
--- head/sys/conf/files	Sat Aug  8 20:56:30 2015	(r286473)
+++ head/sys/conf/files	Sat Aug  8 21:08:10 2015	(r286474)
@@ -1605,6 +1605,58 @@ iwi_monitor.fw			optional iwimonitorfw |
 	compile-with	"${NORMAL_FW}"					\
 	no-obj no-implicit-rule						\
 	clean		"iwi_monitor.fw"
+dev/iwm/if_iwm.c		optional iwm
+dev/iwm/if_iwm_binding.c	optional iwm
+dev/iwm/if_iwm_mac_ctxt.c	optional iwm
+dev/iwm/if_iwm_pcie_trans.c	optional iwm
+dev/iwm/if_iwm_phy_ctxt.c	optional iwm
+dev/iwm/if_iwm_phy_db.c		optional iwm
+dev/iwm/if_iwm_power.c		optional iwm
+dev/iwm/if_iwm_scan.c		optional iwm
+dev/iwm/if_iwm_time_event.c	optional iwm
+dev/iwm/if_iwm_util.c		optional iwm
+iwm3160fw.c			optional iwm3160fw | iwmfw		\
+	compile-with	"${AWK} -f $S/tools/fw_stub.awk iwm3160.fw:iwm3160fw -miwm3160fw -c${.TARGET}" \
+	no-implicit-rule before-depend local				\
+	clean		"iwm3160fw.c"
+iwm3160fw.fwo			optional iwm3160fw | iwmfw		\
+	dependency	"iwm3160.fw"					\
+	compile-with	"${NORMAL_FWO}"					\
+	no-implicit-rule						\
+	clean		"iwm3160fw.fwo"
+iwm3160.fw			optional iwm3160fw | iwmfw		\
+	dependency	"$S/contrib/dev/iwm/iwm-3160-9.fw.uu" \
+	compile-with	"${NORMAL_FW}"					\
+	no-obj no-implicit-rule						\
+	clean		"iwm3160.fw"
+iwm7260fw.c			optional iwm7260fw | iwmfw		\
+	compile-with	"${AWK} -f $S/tools/fw_stub.awk iwm7260.fw:iwm7260fw -miwm7260fw -c${.TARGET}" \
+	no-implicit-rule before-depend local				\
+	clean		"iwm7260fw.c"
+iwm7260fw.fwo			optional iwm7260fw | iwmfw		\
+	dependency	"iwm7260.fw"					\
+	compile-with	"${NORMAL_FWO}"					\
+	no-implicit-rule						\
+	clean		"iwm7260fw.fwo"
+iwm7260.fw			optional iwm7260fw | iwmfw		\
+	dependency	"$S/contrib/dev/iwm/iwm-7260-9.fw.uu" \
+	compile-with	"${NORMAL_FW}"					\
+	no-obj no-implicit-rule						\
+	clean		"iwm7260.fw"
+iwm7265fw.c			optional iwm7265fw | iwmfw		\
+	compile-with	"${AWK} -f $S/tools/fw_stub.awk iwm7265.fw:iwm7265fw -miwm7265fw -c${.TARGET}" \
+	no-implicit-rule before-depend local				\
+	clean		"iwm7265fw.c"
+iwm7265fw.fwo			optional iwm7265fw | iwmfw		\
+	dependency	"iwm7265.fw"					\
+	compile-with	"${NORMAL_FWO}"					\
+	no-implicit-rule						\
+	clean		"iwm7265fw.fwo"
+iwm7265.fw			optional iwm7265fw | iwmfw		\
+	dependency	"$S/contrib/dev/iwm/iwm-7265-9.fw.uu" \
+	compile-with	"${NORMAL_FW}"					\
+	no-obj no-implicit-rule						\
+	clean		"iwm7265.fw"
 dev/iwn/if_iwn.c		optional iwn
 iwn1000fw.c			optional iwn1000fw | iwnfw		\
 	compile-with	"${AWK} -f $S/tools/fw_stub.awk iwn1000.fw:iwn1000fw -miwn1000fw -c${.TARGET}" \


More information about the svn-src-head mailing list