[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.1, Tue Dec 30 23:58:53 2003 UTC (13 years, 10 months ago) by cattelan
Branch: MAIN

Initial Import 2.6.0

# 
# 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$(TOPDIR)/$(ARCH_DIR)/kernel/skas/include

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

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

$(ARCH_DIR)/kernel/skas/include/skas_ptregs.h :
	$(MAKE) -C $(ARCH_DIR)/kernel/skas include/skas_ptregs.h