summaryrefslogtreecommitdiff
path: root/chip/g/build.mk
diff options
context:
space:
mode:
Diffstat (limited to 'chip/g/build.mk')
-rw-r--r--chip/g/build.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/chip/g/build.mk b/chip/g/build.mk
index 75e3b87684..9ceeb0f80d 100644
--- a/chip/g/build.mk
+++ b/chip/g/build.mk
@@ -58,12 +58,12 @@ chip-$(CONFIG_DCRYPTO)+= dcrypto/sha512.o
endif
endif
chip-$(CONFIG_DCRYPTO)+= dcrypto/x509.o
+chip-$(CONFIG_DCRYPTO)+= trng.o
chip-$(CONFIG_SPI_CONTROLLER)+=spi_controller.o
chip-y+= jitter.o
chip-y+= pmu.o
-chip-y+= trng.o
chip-y+= runlevel.o
chip-$(CONFIG_CCD_ITE_PROGRAMMING)+= ite_flash.o
chip-$(CONFIG_CCD_ITE_PROGRAMMING)+= ite_sync.o