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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user