diff options
Diffstat (limited to 'src/ipcpd/eth')
| -rw-r--r-- | src/ipcpd/eth/CMakeLists.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/ipcpd/eth/CMakeLists.txt b/src/ipcpd/eth/CMakeLists.txt index e6cc8224..5a36352d 100644 --- a/src/ipcpd/eth/CMakeLists.txt +++ b/src/ipcpd/eth/CMakeLists.txt @@ -1,9 +1,6 @@ # Ethernet IPCPs build configuration (LLC and DIX) # HAVE_ETH detection is in cmake/dependencies.cmake -set(IPCP_ETH_LLC_TARGET ipcpd-eth-llc) -set(IPCP_ETH_DIX_TARGET ipcpd-eth-dix) - add_executable(${IPCP_ETH_LLC_TARGET} llc.c ${IPCP_SOURCES}) add_executable(${IPCP_ETH_DIX_TARGET} dix.c ${IPCP_SOURCES}) |
