Revision 7f4e346263f59ff50b531dda94609fb13ca12401 authored by Thierry Reding on 16 February 2016, 10:16:31 UTC, committed by Will Deacon on 16 February 2016, 10:32:10 UTC
Changes introduced in the upstream version of libfdt pulled in by commit
91feabc2e224 ("scripts/dtc: Update to upstream commit b06e55c88b9b") use
the strnlen() function, which isn't currently available to the EFI name-
space. Add it to the EFI namespace to avoid a linker error.

Cc: Catalin Marinas <catalin.marinas@arm.com>
Cc: Rob Herring <robh@kernel.org>
Reviewed-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Signed-off-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Will Deacon <will.deacon@arm.com>
1 parent bee038a
Raw File
Makefile
obj-$(CONFIG_UWB)		+= uwb.o
obj-$(CONFIG_UWB_WHCI)		+= umc.o whci.o whc-rc.o
obj-$(CONFIG_UWB_HWA)		+= hwa-rc.o
obj-$(CONFIG_UWB_I1480U)	+= i1480/

uwb-objs :=		\
	address.o	\
	allocator.o	\
	beacon.o	\
	driver.o	\
	drp.o		\
	drp-avail.o	\
	drp-ie.o	\
	est.o		\
	ie.o		\
	ie-rcv.o	\
	lc-dev.o	\
	lc-rc.o		\
	neh.o		\
	pal.o		\
	radio.o		\
	reset.o		\
	rsv.o		\
	scan.o		\
	uwb-debug.o	\
	uwbd.o

umc-objs :=		\
	umc-bus.o	\
	umc-dev.o	\
	umc-drv.o
back to top