diff options
Diffstat (limited to 'lib/Makefile')
-rw-r--r-- | lib/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Makefile b/lib/Makefile index 051a33a8e028..d6edd6753f40 100644 --- a/lib/Makefile +++ b/lib/Makefile | |||
@@ -90,6 +90,8 @@ obj-$(CONFIG_DYNAMIC_DEBUG) += dynamic_debug.o | |||
90 | 90 | ||
91 | obj-$(CONFIG_NLATTR) += nlattr.o | 91 | obj-$(CONFIG_NLATTR) += nlattr.o |
92 | 92 | ||
93 | obj-$(CONFIG_DMA_API_DEBUG) += dma-debug.o | ||
94 | |||
93 | hostprogs-y := gen_crc32table | 95 | hostprogs-y := gen_crc32table |
94 | clean-files := crc32table.h | 96 | clean-files := crc32table.h |
95 | 97 | ||