[BACK]Return to Makefile-skas CVS log [TXT][DIR] Up to [Development] / linux-2.6-xfs / arch / um

File: [Development] / linux-2.6-xfs / arch / um / Makefile-skas (download)

Revision 1.3, Tue Oct 19 14:44:45 2004 UTC (12 years, 11 months ago) by nathans.longdrop.melbourne.sgi.com
Branch: MAIN
Changes since 1.2: +3 -6 lines

Merge up to 2.6.9.
Merge of 2.6.x-xfs-melb:linux:19821a by kenmcd.

# 
# Copyright (C) 2002 Jeff Dike (jdike@karaya.com)
# Licensed under the GPL
#

PROFILE += -pg

CFLAGS-$(CONFIG_GCOV) += -fprofile-arcs -ftest-coverage
CFLAGS-$(CONFIG_GPROF) += $(PROFILE)
LINK-$(CONFIG_GPROF) += $(PROFILE)

MODE_INCLUDE += -I$(srctree)/$(ARCH_DIR)/kernel/skas/include

LINK_SKAS = -Wl,-rpath,/lib 
LD_SCRIPT_SKAS = dyn.lds.S

GEN_HEADERS += $(ARCH_DIR)/include/skas_ptregs.h