Skip to content

Commit

Permalink
Bypass check for ipp submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
sbellem committed Jul 21, 2021
1 parent 45379c1 commit 5e338dc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions external/ippcp_internal/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@ OUT_DIR = lib/linux/$(ARCH)/$(SUB_DIR)/
# Why can't IPP simply be a dependency like any other dependency?
# IPP library is a git submodule which must be init
CHECK_SOURCE :=
ifeq ("$(wildcard $(LINUX_EXTERNAL_DIR)/ippcp_internal/ipp_crypto)", "")
CHECK_SOURCE := ipp_source
endif
#ifeq ("$(wildcard $(LINUX_EXTERNAL_DIR)/ippcp_internal/ipp_crypto)", "")
#CHECK_SOURCE := ipp_source
#endif


.PHONY: all build_ipp
Expand Down

0 comments on commit 5e338dc

Please sign in to comment.