From 040e4e2ec220403fb2508aa0809052924ef63a0b Mon Sep 17 00:00:00 2001 From: Atish Patra Date: Mon, 23 Mar 2020 12:48:58 -0700 Subject: lib: utils: Move fdt fixup helper routines to a different file FDT helper file contain both fdt fixup and parsing functions. Split the fixup related functions to a separate file for a better code organization. Signed-off-by: Atish Patra Reviewed-by: Anup Patel --- lib/utils/fdt/objects.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/utils/fdt/objects.mk') diff --git a/lib/utils/fdt/objects.mk b/lib/utils/fdt/objects.mk index 062e6bd..b860a83 100644 --- a/lib/utils/fdt/objects.mk +++ b/lib/utils/fdt/objects.mk @@ -5,3 +5,4 @@ # libsbiutils-objs-y += fdt/fdt_helper.o +libsbiutils-objs-y += fdt/fdt_fixup.o -- cgit v1.1