Add missing e1000_82575.c entry to build in order to improve chances of

kernel compilation due to missing symbols in em driver.
This commit is contained in:
Robert Watson 2007-05-04 13:29:45 +00:00
parent 53bc1d83c0
commit 11631e9f45

View File

@ -614,6 +614,8 @@ dev/em/e1000_82543.c optional em \
compile-with "${NORMAL_C} -I$S/dev/em"
dev/em/e1000_82571.c optional em \
compile-with "${NORMAL_C} -I$S/dev/em"
dev/em/e1000_82575.c optional em \
compile-with "${NORMAL_C} -I$S/dev/em"
dev/em/e1000_api.c optional em \
compile-with "${NORMAL_C} -I$S/dev/em"
dev/em/e1000_ich8lan.c optional em \