Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[deliverable/linux.git] / lib / Makefile
index 74290c9e2864e6bbec87bb065fcd86b0d0441ee2..8c31a0cb75e97746af1cd02906ac149105250cc2 100644 (file)
@@ -125,6 +125,11 @@ obj-$(CONFIG_CLZ_TAB) += clz_tab.o
 
 obj-$(CONFIG_DDR) += jedec_ddr_data.o
 
+obj-$(CONFIG_GENERIC_STRNCPY_FROM_USER) += strncpy_from_user.o
+obj-$(CONFIG_GENERIC_STRNLEN_USER) += strnlen_user.o
+
+obj-$(CONFIG_STMP_DEVICE) += stmp_device.o
+
 hostprogs-y    := gen_crc32table
 clean-files    := crc32table.h
 
This page took 0.025024 seconds and 5 git commands to generate.