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
- Lines: 26
- Date:
2003-11-28 10:26:19.000000000 -0800
- Orig file:
linux-2.4.22/arch/sh/Makefile
- Orig date:
2003-08-25 04:44:40.000000000 -0700
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)