From mboxrd@z Thu Jan 1 00:00:00 1970 From: Oliver Graute Date: Wed, 26 Feb 2020 13:07:13 +0100 Subject: [PATCH v1] imx: Makefile: added missing ahab.o In-Reply-To: References: <20200226091055.16562-1-oliver.graute@kococonnector.com> Message-ID: <20200226120713.GB16310@optiplex> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 26/02/20, Fabio Estevam wrote: > Hi Oliver, > > On Wed, Feb 26, 2020 at 6:20 AM Oliver Graute > wrote: > > > -obj-y += cpu.o iomux.o misc.o lowlevel_init.o > > +obj-y += ahab.o cpu.o iomux.o misc.o lowlevel_init.o > > Shouldn't ahab.o be included only if CONFIG_AHAB_BOOT is enabled? > > obj-$(CONFIG_AHAB_BOOT) += ahab.o yes you are right. I'll fix that in v2 Best regards, Oliver