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 c55a037a354e..9a51526aa36a 100644 --- a/lib/Makefile +++ b/lib/Makefile | |||
@@ -151,6 +151,8 @@ interval_tree_test-objs := interval_tree_test_main.o interval_tree.o | |||
151 | 151 | ||
152 | obj-$(CONFIG_ASN1) += asn1_decoder.o | 152 | obj-$(CONFIG_ASN1) += asn1_decoder.o |
153 | 153 | ||
154 | obj-$(CONFIG_FONT_SUPPORT) += fonts/ | ||
155 | |||
154 | hostprogs-y := gen_crc32table | 156 | hostprogs-y := gen_crc32table |
155 | clean-files := crc32table.h | 157 | clean-files := crc32table.h |
156 | 158 | ||