aboutsummaryrefslogtreecommitdiffstats
path: root/make-manuf
diff options
context:
space:
mode:
Diffstat (limited to 'make-manuf')
-rwxr-xr-xmake-manuf2
1 files changed, 2 insertions, 0 deletions
diff --git a/make-manuf b/make-manuf
index 7232118153..1a53e3086e 100755
--- a/make-manuf
+++ b/make-manuf
@@ -142,6 +142,8 @@ foreach $line (split(/\n/, $cb_list)) {
open (OUT, "> $outfile") ||
die "Couldn't open output file for writing ($outfile)\n";
+print(OUT "# This file was generated by running ./make-manuf.\n");
+print(OUT "# Don't change it directly, change manuf.tmpl and wka.tmpl instead.\n#\n");
print(OUT "$header");
foreach $oui (sort(keys %oui_list)) {