Correct include path.

Submitted by:	arundel
MFC after:	1 week
This commit is contained in:
jhb 2011-02-04 18:36:09 +00:00
parent 00ca42e5c4
commit 96bbcd5388

View File

@ -960,7 +960,7 @@ dev/e1000/e1000_82543.c optional em | igb \
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 \