Cosmetic stuff, adds for diehl

This commit is contained in:
Fritz Elfert 1998-06-17 22:17:59 +00:00
parent d54653d237
commit 27c39c5f19
3 changed files with 7 additions and 2 deletions

View File

@ -5,3 +5,4 @@
# kernel configuration here, only add Drivers here.
#
CONFIG_ISDN_DRV_LOOP=m
CONFIG_ISDN_DRV_ACT2000=m

View File

@ -1,5 +1,5 @@
I4LVERSION=2.1.88
xxx=xxx
KERNELDIR = /usr/src/linux
######### NOTHING TO CHANGE BELOW ################
@ -19,7 +19,7 @@ ISDNINC := $(ISDNTOP)/include
VERSION = $(shell head -9 $(KERNELDIR)/Makefile |grep VERSION |awk '{print $$3}')
PATCHLEVEL = $(shell head -9 $(KERNELDIR)/Makefile |grep PATCHLEVEL |awk '{print $$3}')
SUBLEVEL = $(shell head -9 $(KERNELDIR)/Makefile |grep SUBLEVEL |awk '{print $$3}')
ARCH = $(shell head -9 $(KERNELDIR)/Makefile |grep ARCH |awk '{print $$3}')
ARCH := $(shell uname -m | sed -e s/i.86/i386/ -e s/sun4u/sparc64/)
ifneq ("$(shell egrep '^ *SMP *=.*' $(KERNELDIR)/Makefile)","")
SMP = 1
endif

View File

@ -110,6 +110,9 @@ else
for i in drivers/isdn/isdnloop/*.[ch] ; do
$DOCP $i $KERNELDIR/$i
done
for i in drivers/isdn/diehl/*.[ch] ; do
$DOCP $i $KERNELDIR/$i
done
for i in include/linux/*.h ; do
$DOCP $i $KERNELDIR/$i
done
@ -126,6 +129,7 @@ else
drivers/isdn/pcbit/Makefile drivers/isdn/sc/Makefile \
drivers/isdn/act2000/Makefile \
drivers/isdn/isdnloop/Makefile \
drivers/isdn/diehl/Makefile \
drivers/isdn/avmb1/Makefile; do
if [ -f $i.kernel ] ; then
$DOCP $i.kernel $KERNELDIR/$i