X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=lib%2FMakefile;h=320197a5209ce8fea5a8dc13ba7b1ecf4e730285;hb=e5a504eb3d8cbc33199dac61a07d16ddd3c1c7f9;hp=9b1c2374b37e8990a1bac8ba0106fa4c4849fe1d;hpb=c068d44aac8e3bc3fa14ea60ecdfe52598d83096;p=u-boot diff --git a/lib/Makefile b/lib/Makefile index 9b1c2374b3..320197a520 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -59,6 +59,7 @@ obj-y += crc32.o obj-y += ctype.o obj-y += div64.o obj-y += hang.o +obj-y += linux_compat.o obj-y += linux_string.o obj-$(CONFIG_REGEX) += slre.o obj-y += string.o