Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Feb 2011 18:36:09 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r218290 - head/sys/conf
Message-ID:  <201102041836.p14Ia9wH093827@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jhb
Date: Fri Feb  4 18:36:09 2011
New Revision: 218290
URL: http://svn.freebsd.org/changeset/base/218290

Log:
  Correct include path.
  
  Submitted by:	arundel
  MFC after:	1 week

Modified:
  head/sys/conf/files

Modified: head/sys/conf/files
==============================================================================
--- head/sys/conf/files	Fri Feb  4 17:49:55 2011	(r218289)
+++ head/sys/conf/files	Fri Feb  4 18:36:09 2011	(r218290)
@@ -960,7 +960,7 @@ dev/e1000/e1000_82543.c		optional em | i
 dev/e1000/e1000_82571.c		optional em | igb \
 	compile-with "${NORMAL_C} -I$S/dev/e1000"
 dev/e1000/e1000_82575.c		optional em | igb \
-	 compile-with "${NORMAL_C} -I$S/dev/igb"
+	compile-with "${NORMAL_C} -I$S/dev/e1000"
 dev/e1000/e1000_ich8lan.c	optional em | igb \
 	compile-with "${NORMAL_C} -I$S/dev/e1000"
 dev/e1000/e1000_api.c		optional em | igb \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201102041836.p14Ia9wH093827>