diff options
Diffstat (limited to 'lib/Makefile')
-rw-r--r-- | lib/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/Makefile b/lib/Makefile index 18515f0267c4..2a1d7f9d39a2 100644 --- a/lib/Makefile +++ b/lib/Makefile | |||
@@ -123,6 +123,12 @@ obj-$(CONFIG_SIGNATURE) += digsig.o | |||
123 | 123 | ||
124 | obj-$(CONFIG_CLZ_TAB) += clz_tab.o | 124 | obj-$(CONFIG_CLZ_TAB) += clz_tab.o |
125 | 125 | ||
126 | obj-$(CONFIG_DDR) += jedec_ddr_data.o | ||
127 | |||
128 | obj-$(CONFIG_GENERIC_STRNCPY_FROM_USER) += strncpy_from_user.o | ||
129 | |||
130 | obj-$(CONFIG_STMP_DEVICE) += stmp_device.o | ||
131 | |||
126 | hostprogs-y := gen_crc32table | 132 | hostprogs-y := gen_crc32table |
127 | clean-files := crc32table.h | 133 | clean-files := crc32table.h |
128 | 134 | ||