diff options
Diffstat (limited to 'src/sys/prof')
-rw-r--r-- | src/sys/prof/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sys/prof/makefile b/src/sys/prof/makefile index 8ed0a86b2..6e51b9e3d 100644 --- a/src/sys/prof/makefile +++ b/src/sys/prof/makefile @@ -31,7 +31,7 @@ ROOTPATH = ../../.. ifdef HOSTBOOT_PROFILE OBJS = gcov.o -unexport HOSTBOOT_PROFILE +HOSTBOOT_PROFILE = endif OBJS += idletask.o |