patch-2.1.43 linux/drivers/net/soundmodem/Makefile
Next file: linux/drivers/net/soundmodem/gentbl.c
Previous file: linux/drivers/net/net_init.c
Back to the patch index
Back to the overall index
-  Lines: 23
 -  Date:
Thu Jun 12 16:22:06 1997
 -  Orig file: 
v2.1.42/linux/drivers/net/soundmodem/Makefile
 -  Orig date: 
Thu Feb 27 10:57:31 1997
 
diff -u --recursive --new-file v2.1.42/linux/drivers/net/soundmodem/Makefile linux/drivers/net/soundmodem/Makefile
@@ -21,6 +21,12 @@
 ifeq ($(CONFIG_SOUNDMODEM_AFSK1200),y)
 O_OBJS		+= sm_afsk1200.o
 endif
+ifeq ($(CONFIG_SOUNDMODEM_AFSK2400_7),y)
+O_OBJS		+= sm_afsk2400_7.o
+endif
+ifeq ($(CONFIG_SOUNDMODEM_AFSK2400_8),y)
+O_OBJS		+= sm_afsk2400_8.o
+endif
 ifeq ($(CONFIG_SOUNDMODEM_AFSK2666),y)
 O_OBJS		+= sm_afsk2666.o
 endif
@@ -39,7 +45,8 @@
 gentbl:		gentbl.c
 		$(HOSTCC) -Wall $< -o $@ -lm
 
-TBLHDR		:= sm_tbl_afsk1200.h sm_tbl_afsk2666.h sm_tbl_psk4800.h
+TBLHDR		:= sm_tbl_afsk1200.h sm_tbl_afsk2400_8.h 
+TBLHDR		+= sm_tbl_afsk2666.h sm_tbl_psk4800.h
 TBLHDR		+= sm_tbl_hapn4800.h sm_tbl_fsk9600.h
 
 $(TBLHDR):	gentbl
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov