Add lines to Makefile.am
This commit is contained in:
parent
ed6bfafd9d
commit
13d2303b30
|
|
@ -23,6 +23,7 @@ for f in $KERNELDIR/drivers/net/ethernet/{realtek/8139too.c,intel/e100.c}; do
|
|||
ep=${b/\./-$PREVER-ethercat.}
|
||||
diff -u $op $ep | patch -p1 $e
|
||||
git add $o $e
|
||||
echo -e "\t$e \\\\\n\t$o \\\\" >> Makefile.am
|
||||
done
|
||||
|
||||
echo "Remember to update Makefile.am!"
|
||||
|
|
|
|||
Loading…
Reference in New Issue