From 67696522e444f7d003ae0a608e35ebe4c179e176 Mon Sep 17 00:00:00 2001 From: Enji Cooper Date: Mon, 30 Oct 2017 06:51:03 +0000 Subject: Remove unnecessary C in .fwo file I accidentally made consistent MFC after: 1 month MFC with: r325122, r325124 --- sys/conf/files | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys') diff --git a/sys/conf/files b/sys/conf/files index 7136cf4a91e1..9582aa353de0 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -2019,11 +2019,11 @@ iwm8265fw.c optional iwm8265fw | iwmfw \ compile-with "${AWK} -f $S/tools/fw_stub.awk iwm8265.fw:iwm8265fw -miwm8265fw -c${.TARGET}" \ no-implicit-rule before-depend local \ clean "iwm8265fw.c" -iwm8265Cfw.fwo optional iwm8265fw | iwmfw \ +iwm8265fw.fwo optional iwm8265fw | iwmfw \ dependency "iwm8265.fw" \ compile-with "${NORMAL_FWO}" \ no-implicit-rule \ - clean "iwm8265Cfw.fwo" + clean "iwm8265fw.fwo" 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}" \ -- cgit v1.2.3