summaryrefslogtreecommitdiff
path: root/chip/host/build.mk
diff options
context:
space:
mode:
Diffstat (limited to 'chip/host/build.mk')
-rw-r--r--chip/host/build.mk12
1 files changed, 0 insertions, 12 deletions
diff --git a/chip/host/build.mk b/chip/host/build.mk
index 9d77937776..8d2d69f3c3 100644
--- a/chip/host/build.mk
+++ b/chip/host/build.mk
@@ -16,18 +16,6 @@ chip-$(HAS_TASK_KEYSCAN)+=keyboard_raw.o
endif
chip-$(CONFIG_USB_PD_TCPC)+=usb_pd_phy.o
-ifeq ($(CONFIG_DCRYPTO),y)
-CPPFLAGS += -I$(abspath ./chip/g)
-dirs-y += chip/g/dcrypto
-endif
dirs-y += chip/host/dcrypto
chip-$(CONFIG_I2C)+= i2c.o
-
-chip-$(CONFIG_DCRYPTO)+= dcrypto/aes.o
-chip-$(CONFIG_DCRYPTO)+= dcrypto/app_cipher.o
-chip-$(CONFIG_DCRYPTO)+= dcrypto/app_key.o
-chip-$(CONFIG_DCRYPTO)+= dcrypto/sha256.o
-
-# Object files that can be shared with the Cr50 dcrypto implementation
-chip-$(CONFIG_DCRYPTO)+= ../g/dcrypto/hmac.o