patch-2.3.99-pre4 linux/arch/arm/Makefile
Next file: linux/arch/arm/boot/compressed/head-sa1100.S
Previous file: linux/arch/alpha/kernel/osf_sys.c
Back to the patch index
Back to the overall index
- Lines: 27
- Date:
Mon Mar 27 10:46:29 2000
- Orig file:
v2.3.99-pre3/linux/arch/arm/Makefile
- Orig date:
Sun Mar 19 18:35:30 2000
diff -u --recursive --new-file v2.3.99-pre3/linux/arch/arm/Makefile linux/arch/arm/Makefile
@@ -100,7 +100,7 @@
LIBGCC := $(shell $(CC) $(CFLAGS) --print-libgcc-file-name)
-export LIBGCC
+export LIBGCC MACHINE PROCESSOR TEXTADDR
ifeq ($(CONFIG_ARCH_A5K),y)
MACHINE = a5k
@@ -216,7 +216,7 @@
@$(MAKEBOOT) clean
$(RM) arch/arm/lib/constants.h arch/arm/vmlinux.lds
-archdep:
+archdep: symlinks
@$(MAKEBOOT) dep
# My testing targets (that short circuit a few dependencies)
@@ -256,3 +256,8 @@
empeg_config:
$(RM) arch/arm/defconfig
cp arch/arm/def-configs/empeg arch/arm/defconfig
+
+thinclient_config:
+ $(RM) arch/arm/defconfig
+ cp arch/arm/def-configs/thinclient arch/arm/defconfig
+
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)