diff options
author | Ron Yorston <rmy@pobox.com> | 2014-03-11 20:32:40 +0000 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2014-03-11 20:32:40 +0000 |
commit | eab799e6ddcd41179c3ca2a7bbb48628da03b53c (patch) | |
tree | 108a8d5c9b1cf02cda254936902d5c2987424e64 /win32/Kbuild | |
parent | dbd7151c0e7d991514372ebaf28d7c398acca184 (diff) | |
download | busybox-w32-eab799e6ddcd41179c3ca2a7bbb48628da03b53c.tar.gz busybox-w32-eab799e6ddcd41179c3ca2a7bbb48628da03b53c.tar.bz2 busybox-w32-eab799e6ddcd41179c3ca2a7bbb48628da03b53c.zip |
Import mempcpy from gnulib
Diffstat (limited to 'win32/Kbuild')
-rw-r--r-- | win32/Kbuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/win32/Kbuild b/win32/Kbuild index c1005bd11..d82a9bfff 100644 --- a/win32/Kbuild +++ b/win32/Kbuild | |||
@@ -14,6 +14,7 @@ lib-$(CONFIG_WIN32_NET) += net.o | |||
14 | lib-$(CONFIG_PLATFORM_MINGW32) += poll.o | 14 | lib-$(CONFIG_PLATFORM_MINGW32) += poll.o |
15 | lib-$(CONFIG_PLATFORM_MINGW32) += popen.o | 15 | lib-$(CONFIG_PLATFORM_MINGW32) += popen.o |
16 | lib-$(CONFIG_PLATFORM_MINGW32) += statfs.o | 16 | lib-$(CONFIG_PLATFORM_MINGW32) += statfs.o |
17 | lib-$(CONFIG_PLATFORM_MINGW32) += mempcpy.o | ||
17 | lib-$(CONFIG_PLATFORM_MINGW32) += mntent.o | 18 | lib-$(CONFIG_PLATFORM_MINGW32) += mntent.o |
18 | lib-$(CONFIG_PLATFORM_MINGW32) += strptime.o | 19 | lib-$(CONFIG_PLATFORM_MINGW32) += strptime.o |
19 | lib-$(CONFIG_PLATFORM_MINGW32) += system.o | 20 | lib-$(CONFIG_PLATFORM_MINGW32) += system.o |