Skip to content

Commit 83dcc99

Browse files
authored
ci: don't include tls/extensions in SAW build (#5466)
1 parent a83b37a commit 83dcc99

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tls/extensions/Makefile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,9 @@
1616
SRCS=$(wildcard *.c)
1717
OBJS=$(SRCS:.c=.o)
1818

19-
BCS_1=$(SRCS:.c=.bc)
20-
BCS=$(addprefix $(BITCODE_DIR), $(BCS_1))
19+
# We currently don't need any of these files
20+
# Update this list as necessary. See tls/Makefile.
21+
BCS=
2122

2223
.PHONY : all
2324
all: $(OBJS)

0 commit comments

Comments
 (0)