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 2e78277eff9d..347ad8db29d3 100644 --- a/lib/Makefile +++ b/lib/Makefile | |||
@@ -91,6 +91,8 @@ obj-$(CONFIG_DYNAMIC_DEBUG) += dynamic_debug.o | |||
91 | 91 | ||
92 | obj-$(CONFIG_NLATTR) += nlattr.o | 92 | obj-$(CONFIG_NLATTR) += nlattr.o |
93 | 93 | ||
94 | obj-$(CONFIG_LRU_CACHE) += lru_cache.o | ||
95 | |||
94 | obj-$(CONFIG_DMA_API_DEBUG) += dma-debug.o | 96 | obj-$(CONFIG_DMA_API_DEBUG) += dma-debug.o |
95 | 97 | ||
96 | obj-$(CONFIG_GENERIC_CSUM) += checksum.o | 98 | obj-$(CONFIG_GENERIC_CSUM) += checksum.o |