Date: Mon, 14 Nov 2016 22:39:33 +0000 (UTC) From: Oleksandr Tymoshenko <gonzo@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org Subject: svn commit: r308655 - stable/11/sys/modules/rpi_ft5406 Message-ID: <201611142239.uAEMdXO8020618@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gonzo Date: Mon Nov 14 22:39:33 2016 New Revision: 308655 URL: https://svnweb.freebsd.org/changeset/base/308655 Log: MFC r308581: [rpi_ft5406] Add missing dependency on mbox_if.h Submitted by: hselasky Modified: stable/11/sys/modules/rpi_ft5406/Makefile Directory Properties: stable/11/ (props changed) Modified: stable/11/sys/modules/rpi_ft5406/Makefile ============================================================================== --- stable/11/sys/modules/rpi_ft5406/Makefile Mon Nov 14 22:33:57 2016 (r308654) +++ stable/11/sys/modules/rpi_ft5406/Makefile Mon Nov 14 22:39:33 2016 (r308655) @@ -5,6 +5,6 @@ KMOD= rpi_ft5406 SRCS= bcm2835_ft5406.c -SRCS+= bus_if.h device_if.h ofw_bus_if.h +SRCS+= bus_if.h device_if.h mbox_if.h ofw_bus_if.h .include <bsd.kmod.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611142239.uAEMdXO8020618>