Commit 8ffc999d authored by Justin Maggard's avatar Justin Maggard Committed by Thomas Petazzoni
Browse files

Fix ARM uclibc build with !BR2_UCLIBC_ARM_BX.



When BR2_UCLIBC_ARM_BX is not set, UCLIBC_OPT_UNSET gets called with an extra
argument.  Remove it.

Signed-off-by: default avatarJustin Maggard <jmaggard10@gmail.com>
Acked-by: default avatarThomas De Schampheleire <thomas.de.schampheleire@gmail.com>
Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
parent 6cabf13b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -85,7 +85,7 @@ define UCLIBC_ARM_BX_CONFIG
endef
else
define UCLIBC_ARM_BX_CONFIG
	$(call UCLIBC_OPT_UNSET,USE_BX,y,$(@D))
	$(call UCLIBC_OPT_UNSET,USE_BX,$(@D))
endef
endif