diff options
author | Felix Fietkau <nbd@nbd.name> | 2022-01-26 13:52:07 +0100 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2022-01-27 11:32:56 +0100 |
commit | 0ac0840088d538981a0df573bf58899e3ee9dbf7 (patch) | |
tree | 7fd57e69458d3f729ebe437eb128f58722035569 /target | |
parent | ef4c97576b5a61b12190f54c52906bac2433932c (diff) | |
download | upstream-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>
Diffstat (limited to 'target')
-rw-r--r-- | target/sdk/Makefile | 3 |
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) \ |