From d15e7b4960c0d2e3c2406d3c047f986c63e1ebe8 Mon Sep 17 00:00:00 2001 From: jfv Date: Thu, 12 Jul 2007 00:01:53 +0000 Subject: Removed unnecessary global includes for ixgbe, and em. Both have been determined to be unnecessary. Approved by: re --- sys/conf/kern.pre.mk | 6 ------ 1 file changed, 6 deletions(-) (limited to 'sys/conf/kern.pre.mk') diff --git a/sys/conf/kern.pre.mk b/sys/conf/kern.pre.mk index 5014be3..63a6a76 100644 --- a/sys/conf/kern.pre.mk +++ b/sys/conf/kern.pre.mk @@ -76,12 +76,6 @@ INCLUDES+= -I$S/contrib/ngatm # .. and the same for twa INCLUDES+= -I$S/dev/twa -# .. and the same for em -INCLUDES+= -I$S/dev/em - -# .. and ixgbe -INCLUDES+= -I$S/dev/ixgbe - # ... and XFS INCLUDES+= -I$S/gnu/fs/xfs/FreeBSD -I$S/gnu/fs/xfs/FreeBSD/support -I$S/gnu/fs/xfs -- cgit v1.1