diff mbox series

Try to use AHAB but ahab.c is not compiled

Message ID 20200226085851.GA16310@optiplex
State New
Headers show
Series Try to use AHAB but ahab.c is not compiled | expand

Commit Message

Oliver Graute Feb. 26, 2020, 8:58 a.m. UTC
On 20/02/20, Oliver Graute wrote:
> Hello Peng,
> 
> I try to use AHAB feature on my board. First of all I just want to
> perform a "ahab_status". I enabled CONFIG_AHAB_BOOT=y in my config but
> ahab.c isn't compiled. The ahab.o is missing after compilation.
> Is there anything else to consider? Do I overlook something?

there where just the following missing in the Makefile



 Best regards,

 Oliver
diff mbox series

Patch

--- a/arch/arm/mach-imx/imx8/Makefile
+++ b/arch/arm/mach-imx/imx8/Makefile
@@ -4,7 +4,7 @@ 
 # SPDX-License-Identifier:	GPL-2.0+
 #
 
-obj-y += cpu.o iomux.o misc.o lowlevel_init.o
+obj-y += ahab.o cpu.o iomux.o misc.o lowlevel_init.o
 obj-$(CONFIG_OF_SYSTEM_SETUP) += fdt.o
 
 ifdef CONFIG_SPL_BUILD