diff options
author | Paul Selkirk <paul@psgd.org> | 2015-04-08 16:38:45 -0400 |
---|---|---|
committer | Paul Selkirk <paul@psgd.org> | 2015-04-08 16:38:45 -0400 |
commit | 7435ac81de2ebe5b312b2435795c4c027d6add75 (patch) | |
tree | 4e4f10a92a6a7d100f56c7a3a35f5d1dbe98e32b /GNUmakefile | |
parent | 95009f48e05d06fb77a9127731d7f5f2de489055 (diff) |
Add EIM HAL.
The eim and i2c support are copied from core/platform/novena.
In future, we should maybe build a library there, and link it here.
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile index 9742a8f..e48ee1e 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -12,7 +12,7 @@ # documentation for details). ifndef CRYPTECH_HAL - CRYPTECH_HAL := src/cryptech_novena_i2c_trng.c + CRYPTECH_HAL := src/cryptech_novena_eim_trng.c endif # RNG hack defaults to enabled if we're building the TRNG, disabled |