patch-2.1.72 linux/Makefile
Next file: linux/arch/alpha/kernel/entry.S
Previous file: linux/MAINTAINERS
Back to the patch index
Back to the overall index
- Lines: 30
- Date:
Tue Dec 9 09:49:58 1997
- Orig file:
v2.1.71/linux/Makefile
- Orig date:
Thu Dec 4 14:53:54 1997
diff -u --recursive --new-file v2.1.71/linux/Makefile linux/Makefile
@@ -1,6 +1,6 @@
VERSION = 2
PATCHLEVEL = 1
-SUBLEVEL = 71
+SUBLEVEL = 72
ARCH := $(shell uname -m | sed -e s/i.86/i386/ -e s/sun4u/sparc64/)
@@ -157,6 +157,10 @@
DRIVERS := $(DRIVERS) drivers/pnp/pnp.a
endif
+ifdef CONFIG_HAMRADIO
+DRIVERS := $(DRIVERS) drivers/net/hamradio/hamradio.a
+endif
+
include arch/$(ARCH)/Makefile
ifdef SMP
@@ -363,8 +367,8 @@
rm -f core `find . \( -name '*.orig' -o -name '*.rej' -o -name '*~' \
-o -name '*.bak' -o -name '#*#' -o -name '.*.orig' \
-o -name '.*.rej' -o -name '.SUMS' -o -size 0 \) -print` TAGS
- rm -f drivers/sound/Config.in
- cp drivers/sound/Config.std drivers/sound/Config.in
+# rm -f drivers/sound/Config.in
+# cp drivers/sound/Config.std drivers/sound/Config.in
backup: mrproper
cd .. && tar cf - linux/ | gzip -9 > backup.gz
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov