Skip to content

Commit

Permalink
Fix a bad copy-paste (8000C -> 8265) done in r325122
Browse files Browse the repository at this point in the history
This fixes the clean rule for "device iwm8265fw".

MFC after:	1 month
MFC with:	r325122
  • Loading branch information
ngie-eign committed Oct 30, 2017
1 parent 4ef7ade commit e8bdf49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sys/conf/files
Original file line number Diff line number Diff line change
Expand Up @@ -2023,7 +2023,7 @@ iwm8265Cfw.fwo optional iwm8265fw | iwmfw \
dependency "iwm8265.fw" \
compile-with "${NORMAL_FWO}" \
no-implicit-rule \
clean "iwm8000Cfw.fwo"
clean "iwm8265Cfw.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}" \
Expand Down

0 comments on commit e8bdf49

Please sign in to comment.