diff options
author | Linus Torvalds <torvalds@g5.osdl.org> | 2005-11-02 18:36:15 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-11-02 18:36:15 -0800 |
commit | 3a7142371efdc95f4c5b5ffc188b18efdc4e64dd (patch) | |
tree | 29f2fbc9b0932ebeeb85dad6b309c1a22f9b1026 /lib/Makefile | |
parent | ec1890c5df451799dec969a3581ff72e1934b5ee (diff) | |
parent | c7fb577e2a6cb04732541f2dc402bd46747f7558 (diff) |
Merge branch 'swiotlb' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6
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 44a46750690..8535f4d7d1c 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -44,6 +44,8 @@ obj-$(CONFIG_TEXTSEARCH_KMP) += ts_kmp.o obj-$(CONFIG_TEXTSEARCH_BM) += ts_bm.o obj-$(CONFIG_TEXTSEARCH_FSM) += ts_fsm.o +obj-$(CONFIG_SWIOTLB) += swiotlb.o + hostprogs-y := gen_crc32table clean-files := crc32table.h |