imx6: fix redundant PROFILES overrides in image makefile
[openwrt/staging/yousong.git] / package / kernel / mac80211 / patches / 007-fix_duplicate_skcipher_backport.patch
1 --- a/compat/Makefile
2 +++ b/compat/Makefile
3 @@ -35,8 +35,6 @@ compat-$(CPTCFG_KERNEL_4_6) += backport-
4
5 compat-$(CPTCFG_BPAUTO_BUILD_CRYPTO_CCM) += crypto-ccm.o
6 compat-$(CPTCFG_BPAUTO_CRYPTO_SKCIPHER) += crypto-skcipher.o
7 -skcipher-objs += crypto-skcipher.o
8 -obj-$(CPTCFG_BPAUTO_CRYPTO_SKCIPHER) += skcipher.o
9 compat-$(CPTCFG_BPAUTO_BUILD_WANT_DEV_COREDUMP) += drivers-base-devcoredump.o
10 compat-$(CPTCFG_BPAUTO_RHASHTABLE) += lib-rhashtable.o
11 cordic-objs += lib-cordic.o