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