aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@nbd.name>2022-01-26 13:52:07 +0100
committerFelix Fietkau <nbd@nbd.name>2022-01-27 11:32:56 +0100
commit0ac0840088d538981a0df573bf58899e3ee9dbf7 (patch)
tree7fd57e69458d3f729ebe437eb128f58722035569
parentef4c97576b5a61b12190f54c52906bac2433932c (diff)
downloadupstream-0ac0840088d538981a0df573bf58899e3ee9dbf7.tar.gz
upstream-0ac0840088d538981a0df573bf58899e3ee9dbf7.tar.bz2
upstream-0ac0840088d538981a0df573bf58899e3ee9dbf7.zip
sdk: ship llvm toolchain
This allows ebpf packages like qosify to be built with it Signed-off-by: Felix Fietkau <nbd@nbd.name>
-rw-r--r--target/sdk/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/target/sdk/Makefile b/target/sdk/Makefile
index 7d7f09b514..0606621192 100644
--- a/target/sdk/Makefile
+++ b/target/sdk/Makefile
@@ -34,8 +34,7 @@ EXCLUDE_DIRS:= \
*.install.flags \
*.install \
*/doc \
- */share/locale \
- */llvm-bpf*
+ */share/locale
SDK_DIRS = \
$(STAGING_SUBDIR_HOST) \