patch-2.4.23 linux-2.4.23/arch/sh/Makefile

Next file: linux-2.4.23/arch/sh/boot/compressed/Makefile
Previous file: linux-2.4.23/arch/s390x/kernel/binfmt_elf32.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.22/arch/sh/Makefile linux-2.4.23/arch/sh/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.1.1.1.2.2 2002/05/10 17:58:54 jzs Exp $
+# $Id: Makefile,v 1.1.1.1.2.5 2003/10/23 22:08:56 yoshii Exp $
 #
 # This file is subject to the terms and conditions of the GNU General Public
 # License.  See the file "COPYING" in the main directory of this archive
@@ -24,6 +24,10 @@
 LDFLAGS		:= -EB
 endif
 
+ifdef CONFIG_SH_DSP
+AFLAGS += -Wa,-dsp
+endif
+
 ifdef CONFIG_SH_KGDB
 CFLAGS :=$(CFLAGS:-fomit-frame-pointer=) -g
 AFLAGS += -g
@@ -87,7 +91,7 @@
 FORCE: ;
 
 zImage: vmlinux
-	@$(MAKEBOOT) zImage
+	@$(MAKEBOOT) $@
 
 compressed: zImage
 

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)