diff options
Diffstat (limited to 'lib/Makefile')
-rw-r--r-- | lib/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Makefile b/lib/Makefile index b830c9a15541..79358ad1f113 100644 --- a/lib/Makefile +++ b/lib/Makefile | |||
@@ -46,6 +46,7 @@ obj-$(CONFIG_TEXTSEARCH) += textsearch.o | |||
46 | obj-$(CONFIG_TEXTSEARCH_KMP) += ts_kmp.o | 46 | obj-$(CONFIG_TEXTSEARCH_KMP) += ts_kmp.o |
47 | obj-$(CONFIG_TEXTSEARCH_BM) += ts_bm.o | 47 | obj-$(CONFIG_TEXTSEARCH_BM) += ts_bm.o |
48 | obj-$(CONFIG_TEXTSEARCH_FSM) += ts_fsm.o | 48 | obj-$(CONFIG_TEXTSEARCH_FSM) += ts_fsm.o |
49 | obj-$(CONFIG_SMP) += percpu_counter.o | ||
49 | 50 | ||
50 | obj-$(CONFIG_SWIOTLB) += swiotlb.o | 51 | obj-$(CONFIG_SWIOTLB) += swiotlb.o |
51 | 52 | ||