Makefile (a0f97e06a43cf524e616f09e6af3398e1e9c1c5b) | Makefile (222d394d30e74bb7a2a65029fcea68107b0d0eb6) |
---|---|
1# $Id: Makefile,v 1.35 2004/04/15 03:39:20 sugioka Exp $ 2# 3# This file is subject to the terms and conditions of the GNU General Public 4# License. See the file "COPYING" in the main directory of this archive 5# for more details. 6# 7# Copyright (C) 1999 Kaz Kojima 8# Copyright (C) 2002, 2003, 2004 Paul Mundt --- 78 unchanged lines hidden (view full) --- 87LDFLAGS_vmlinux += --defsym 'jiffies=jiffies_64' 88LDFLAGS += -EL 89else 90LDFLAGS_vmlinux += --defsym 'jiffies=jiffies_64+4' 91LDFLAGS += -EB 92endif 93 94KBUILD_CFLAGS += -pipe $(cflags-y) | 1# $Id: Makefile,v 1.35 2004/04/15 03:39:20 sugioka Exp $ 2# 3# This file is subject to the terms and conditions of the GNU General Public 4# License. See the file "COPYING" in the main directory of this archive 5# for more details. 6# 7# Copyright (C) 1999 Kaz Kojima 8# Copyright (C) 2002, 2003, 2004 Paul Mundt --- 78 unchanged lines hidden (view full) --- 87LDFLAGS_vmlinux += --defsym 'jiffies=jiffies_64' 88LDFLAGS += -EL 89else 90LDFLAGS_vmlinux += --defsym 'jiffies=jiffies_64+4' 91LDFLAGS += -EB 92endif 93 94KBUILD_CFLAGS += -pipe $(cflags-y) |
95AFLAGS += $(cflags-y) | 95KBUILD_AFLAGS += $(cflags-y) |
96 97head-y := arch/sh/kernel/head.o arch/sh/kernel/init_task.o 98 99LIBGCC := $(shell $(CC) $(KBUILD_CFLAGS) -print-libgcc-file-name) 100 101core-y += arch/sh/kernel/ arch/sh/mm/ 102core-$(CONFIG_SH_FPU_EMU) += arch/sh/math-emu/ 103 --- 119 unchanged lines hidden --- | 96 97head-y := arch/sh/kernel/head.o arch/sh/kernel/init_task.o 98 99LIBGCC := $(shell $(CC) $(KBUILD_CFLAGS) -print-libgcc-file-name) 100 101core-y += arch/sh/kernel/ arch/sh/mm/ 102core-$(CONFIG_SH_FPU_EMU) += arch/sh/math-emu/ 103 --- 119 unchanged lines hidden --- |