summaryrefslogtreecommitdiff
path: root/common/build.mk
diff options
context:
space:
mode:
Diffstat (limited to 'common/build.mk')
-rw-r--r--common/build.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/common/build.mk b/common/build.mk
index aaa3146d11..343c8e58ef 100644
--- a/common/build.mk
+++ b/common/build.mk
@@ -268,7 +268,5 @@ $(out)/$(PROJECT).exe: LDFLAGS_EXTRA += $(CRYPTOC_LDFLAGS)
$(out)/$(PROJECT).exe: $(out)/cryptoc/libcryptoc.a
endif
-include $(_common_dir)fpsensor/build.mk
-
include $(_common_dir)mock/build.mk
common-y+=$(foreach m,$(mock-y),mock/$(m))