RTEMS ne2kpci: clean up when its included

This looks like a merge issue, where we included ne2kpci possibly
twice, based on CPU being i386 and BSP being pc686.  Just
checking CPU as i386 should be sufficient for all cases.
This commit is contained in:
Brendan Chandler
2021-03-03 15:53:52 -06:00
parent f34d744f5f
commit 75063a69ec

View File

@@ -36,9 +36,6 @@ rtemsCom_SRCS += epicsNtp.c
ifeq ($(RTEMS_TARGET_CPU),i386)
rtemsCom_SRCS += ne2kpci.c
endif
ifeq ($(RTEMS_BSP),pc686)
rtemsCom_SRCS += ne2kpci.c
endif
LIBRARY_RTEMS = rtemsCom