From 75063a69ec62faaefc313b01c9d7ab722de5a1b4 Mon Sep 17 00:00:00 2001 From: Brendan Chandler Date: Wed, 3 Mar 2021 15:53:52 -0600 Subject: [PATCH] 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. --- modules/libcom/RTEMS/Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/modules/libcom/RTEMS/Makefile b/modules/libcom/RTEMS/Makefile index e1ac0ed04..a670133ed 100644 --- a/modules/libcom/RTEMS/Makefile +++ b/modules/libcom/RTEMS/Makefile @@ -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