root/arch/alpha/Makefile

/* [previous][next][first][last][top][bottom][index][help] */
#
# alpha/Makefile
#
# 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
# for more details.
#
# Copyright (C) 1994 by Linus Torvalds
#

LINKFLAGS = -non_shared -T 0xfffffc0000304000 -N
CFLAGS := $(CFLAGS) -mno-fp-regs

HEAD := arch/alpha/kernel/head.o

SUBDIRS := $(SUBDIRS) arch/alpha/kernel
ARCHIVES := arch/alpha/kernel/kernel.o $(ARCHIVES)

archclean:

archdep:

/* [previous][next][first][last][top][bottom][index][help] */