aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Makefile')
-rw-r--r--lib/Makefile6
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
124obj-$(CONFIG_CLZ_TAB) += clz_tab.o 124obj-$(CONFIG_CLZ_TAB) += clz_tab.o
125 125
126obj-$(CONFIG_DDR) += jedec_ddr_data.o
127
128obj-$(CONFIG_GENERIC_STRNCPY_FROM_USER) += strncpy_from_user.o
129
130obj-$(CONFIG_STMP_DEVICE) += stmp_device.o
131
126hostprogs-y := gen_crc32table 132hostprogs-y := gen_crc32table
127clean-files := crc32table.h 133clean-files := crc32table.h
128 134