Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 31 Dec 2011 14:05:40 +0000
From:      "Bjoern A. Zeeb" <bzeeb-lists@lists.zabbadoz.net>
To:        Marius Strobl <marius@FreeBSD.org>
Cc:        svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org
Subject:   Re: svn commit: r229032 - head/sys/modules/cfi
Message-ID:  <BD057F6F-5DA4-4789-BA55-4B5EF97CCDDF@lists.zabbadoz.net>
In-Reply-To: <201112302122.pBULMAuS031216@svn.freebsd.org>

index | next in thread | previous in thread | raw e-mail


On 30. Dec 2011, at 21:22 , Marius Strobl wrote:

> Author: marius
> Date: Fri Dec 30 21:22:10 2011
> New Revision: 229032
> URL: http://svn.freebsd.org/changeset/base/229032
> 
> Log:
>  Add header required by cfi_bus_fdt.c.
> 
> Modified:
>  head/sys/modules/cfi/Makefile
> 

This (most likely) broke at least the arm KB920X config:

In file included from @/arm/xscale/ixp425/ixp425var.h:47,
                 from /scratch/tmp/bz/head.universe/sys/modules/cfi/../../dev/cfi/cfi_bus_ixp4xx.c:45:
@/dev/pci/pcivar.h:219:20: error: pci_if.h: No such file or directory
mkdep: compile failed


/bz


> Modified: head/sys/modules/cfi/Makefile
> ==============================================================================
> --- head/sys/modules/cfi/Makefile	Fri Dec 30 21:02:32 2011	(r229031)
> +++ head/sys/modules/cfi/Makefile	Fri Dec 30 21:22:10 2011	(r229032)
> @@ -7,10 +7,10 @@ SRCS=   ${_cfi_bus} cfi_core.c cfi_dev.c
> SRCS+=  bus_if.h device_if.h opt_cfi.h
> 
> .if ${MACHINE} == "arm"
> -_cfi_bus= cfi_bus_fdt.c cfi_bus_ixp4xx.c
> +_cfi_bus=	cfi_bus_fdt.c cfi_bus_ixp4xx.c ofw_bus_if.h
> .endif
> .if ${MACHINE} == "powerpc"
> -_cfi_bus= cfi_bus_fdt.c
> +_cfi_bus=	cfi_bus_fdt.c ofw_bus_if.h
> .endif
> 
> opt_cfi.h:

-- 
Bjoern A. Zeeb                                 You have to have visions!
   It does not matter how good you are. It matters what good you do!



home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?BD057F6F-5DA4-4789-BA55-4B5EF97CCDDF>