From 06a6c6146d0cf4f297ae5ecc7a2012410715813d Mon Sep 17 00:00:00 2001 From: bschmidt Date: Sun, 8 Aug 2010 08:43:01 +0000 Subject: [PATCH] License ACK is not required for the wpifw module nor when building it into the kernel. PR: conf/148758 Submitted by: Joe Talbott MFC after: 3 days --- sys/conf/files | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/conf/files b/sys/conf/files index 57d8fc3c8bcb..c3fe2b7c4ed8 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -1859,7 +1859,7 @@ dev/wi/if_wi_pccard.c optional wi pccard dev/wi/if_wi_pci.c optional wi pci dev/wl/if_wl.c optional wl isa wpifw.c optional wpifw \ - compile-with "${AWK} -f $S/tools/fw_stub.awk wpi.fw:wpifw:2144 -lintel_wpi -mwpi -c${.TARGET}" \ + compile-with "${AWK} -f $S/tools/fw_stub.awk wpi.fw:wpifw:2144 -mwpi -c${.TARGET}" \ no-implicit-rule before-depend local \ clean "wpifw.c" wpifw.fwo optional wpifw \