diff --git a/sys/modules/blake2/Makefile b/sys/modules/blake2/Makefile index 77665b452b8..71d902ce841 100644 --- a/sys/modules/blake2/Makefile +++ b/sys/modules/blake2/Makefile @@ -80,7 +80,7 @@ SRCS += string.h SRCS += blake2_cryptodev.c -SRCS += opt_param.h cryptodev_if.h +SRCS += opt_param.h cryptodev_if.h bus_if.h device_if.h WARNS ?= 6