cmake: STM32H7: fix mbed-emac target

pull/13826/head
Martino Facchin 2021-01-04 17:31:54 +01:00
parent eaa3b0f285
commit a723b4ce23
1 changed files with 2 additions and 2 deletions

View File

@ -10,12 +10,12 @@ elseif("NUCLEO_H743ZI2" IN_LIST MBED_TARGET_LABELS)
endif()
target_include_directories(mbed-emac
PRIVATE
INTERFACE
.
./lan8742
)
target_sources(mbed-emac
PRIVATE
INTERFACE
lan8742/lan8742.c
)