Commit 3fce526c authored by Axel Lin's avatar Axel Lin Committed by Peter Korsgaard
Browse files

uclibc: Add UCLIBC_MMU_CONFIG to UCLIBC_SETUP_DOT_CONFIG



commit c798bec2 "uclibc: set MMU usage accordingly" defines UCLIBC_MMU_CONFIG,
but forgot adding it to UCLIBC_SETUP_DOT_CONFIG. Fix it.

Signed-off-by: default avatarAxel Lin <axel.lin@ingics.com>
Cc: Gustavo Zacarias <gustavo@zacarias.com.ar>
Acked-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent 41d624f9
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -425,6 +425,7 @@ define UCLIBC_SETUP_DOT_CONFIG
	$(call UCLIBC_OPT_SET,RUNTIME_PREFIX,"/",$(@D))
	$(call UCLIBC_OPT_SET,DEVEL_PREFIX,"/usr",$(@D))
	$(call UCLIBC_OPT_SET,SHARED_LIB_LOADER_PREFIX,"/lib",$(@D))
	$(UCLIBC_MMU_CONFIG)
	$(UCLIBC_ARM_TYPE_CONFIG)
	$(UCLIBC_ARM_ABI_CONFIG)
	$(UCLIBC_ARM_BX_CONFIG)