]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - arch/arm64/crypto/Makefile
arm64/crypto: fix makefile rule for aes-glue-%.o
[karo-tx-linux.git] / arch / arm64 / crypto / Makefile
index 2070a56ecc468677f3b3109c387311a8615c1a57..a3f935fde97527d2189fb7f6afffc9dc5102ba57 100644 (file)
@@ -35,4 +35,4 @@ AFLAGS_aes-neon.o     := -DINTERLEAVE=4
 CFLAGS_aes-glue-ce.o   := -DUSE_V8_CRYPTO_EXTENSIONS
 
 $(obj)/aes-glue-%.o: $(src)/aes-glue.c FORCE
-       $(call if_changed_dep,cc_o_c)
+       $(call if_changed_rule,cc_o_c)