diff options
Diffstat (limited to 'lib/Makefile')
-rw-r--r-- | lib/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/Makefile b/lib/Makefile index 884ed376164d..dace162c7e1c 100644 --- a/lib/Makefile +++ b/lib/Makefile | |||
@@ -118,6 +118,9 @@ obj-$(CONFIG_CORDIC) += cordic.o | |||
118 | 118 | ||
119 | obj-$(CONFIG_DQL) += dynamic_queue_limits.o | 119 | obj-$(CONFIG_DQL) += dynamic_queue_limits.o |
120 | 120 | ||
121 | obj-$(CONFIG_MPILIB) += mpi/ | ||
122 | obj-$(CONFIG_DIGSIG) += digsig.o | ||
123 | |||
121 | hostprogs-y := gen_crc32table | 124 | hostprogs-y := gen_crc32table |
122 | clean-files := crc32table.h | 125 | clean-files := crc32table.h |
123 | 126 | ||