You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
477 B
11 lines
477 B
--- a/compat/Makefile
|
|
+++ b/compat/Makefile
|
|
@@ -36,8 +36,6 @@ compat-$(CPTCFG_KERNEL_4_7) += backport-
|
|
|
|
compat-$(CPTCFG_BPAUTO_BUILD_CRYPTO_CCM) += crypto-ccm.o
|
|
compat-$(CPTCFG_BPAUTO_CRYPTO_SKCIPHER) += crypto-skcipher.o
|
|
-skcipher-objs += crypto-skcipher.o
|
|
-obj-$(CPTCFG_BPAUTO_CRYPTO_SKCIPHER) += skcipher.o
|
|
compat-$(CPTCFG_BPAUTO_BUILD_WANT_DEV_COREDUMP) += drivers-base-devcoredump.o
|
|
compat-$(CPTCFG_BPAUTO_RHASHTABLE) += lib-rhashtable.o
|
|
cordic-objs += lib-cordic.o
|
|
|