From db8a4c5c244b2ec372952e881afbcd2939e6beaa Mon Sep 17 00:00:00 2001 From: alexhz Date: Wed, 20 Feb 2013 07:11:36 +0000 Subject: [PATCH] add kernel.o to osx makefile --- src/makefile.osx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/makefile.osx b/src/makefile.osx index 02c0a672d08..8a7c9607fbb 100644 --- a/src/makefile.osx +++ b/src/makefile.osx @@ -90,6 +90,7 @@ OBJS= \ obj/walletdb.o \ obj/noui.o \ obj/pbkdf2.o \ + obj/kernel.o \ obj/scrypt_mine.o \ obj/scrypt-x86.o \ obj/scrypt-x86_64.o