diff options
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile index 14e94c6..151ce5c 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -118,7 +118,7 @@ ifeq "${KS}" "mmap" else ifeq "${KS}" "volatile" KS_OBJ += ks_volatile.o else ifeq "${KS}" "flash" - KS_OBJ += ks_flash.o + KS_OBJ += ks_flash.o masterkey.o endif # RPC_MODE = none | server | client-simple | client-mixed |