added act2000

This commit is contained in:
Karsten Keil 1997-10-29 18:47:08 +00:00
parent 4a3546b395
commit 272b265094
2 changed files with 8 additions and 0 deletions

View File

@ -104,6 +104,9 @@ else
for i in drivers/isdn/avmb1/*.[ch] ; do
$DOCP $i $KERNELDIR/$i
done
for i in drivers/isdn/act2000/*.[ch] ; do
$DOCP $i $KERNELDIR/$i
done
for i in include/linux/*.h ; do
$DOCP $i $KERNELDIR/$i
done
@ -118,6 +121,7 @@ else
for i in drivers/isdn/Makefile drivers/isdn/icn/Makefile \
drivers/isdn/hisax/Makefile \
drivers/isdn/pcbit/Makefile drivers/isdn/sc/Makefile \
drivers/isdn/act2000/Makefile \
drivers/isdn/avmb1/Makefile; do
if [ -f $i.kernel ] ; then
$DOCP $i.kernel $KERNELDIR/$i

View File

@ -96,6 +96,9 @@ else
for i in drivers/isdn/pcbit/*.[ch] ; do
dodiff $i $KERNELDIR/$i
done
for i in drivers/isdn/act2000/*.[ch] ; do
dodiff $i $KERNELDIR/$i
done
for i in include/linux/*.h ; do
dodiff $i $KERNELDIR/$i
done
@ -110,6 +113,7 @@ else
for i in drivers/isdn/Makefile drivers/isdn/icn/Makefile \
drivers/isdn/sc/Makefile \
drivers/isdn/avmb1/Makefile \
drivers/isdn/act2000/Makefile \
drivers/isdn/hisax/Makefile \
drivers/isdn/pcbit/Makefile ; do
if [ -f $i.kernel ] ; then