mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-09 15:18:01 -04:00
10 lines
258 B
Plaintext
10 lines
258 B
Plaintext
# $NetBSD: GENERIC.PROF,v 1.16 1997/08/24 06:37:16 cgd Exp $
|
|
#
|
|
# Generic Alpha kernel hard-wired with profiling support.
|
|
|
|
include "arch/alpha/conf/GENERIC"
|
|
|
|
# Always include profiling support; does not need 'config -p'.
|
|
makeoptions PROF="-pg"
|
|
options GPROF
|