mirror of https://github.com/ARMmbed/mbed-os.git
cmake: STM32H7: fix mbed-emac target
parent
eaa3b0f285
commit
a723b4ce23
|
@ -10,12 +10,12 @@ elseif("NUCLEO_H743ZI2" IN_LIST MBED_TARGET_LABELS)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
target_include_directories(mbed-emac
|
target_include_directories(mbed-emac
|
||||||
PRIVATE
|
INTERFACE
|
||||||
.
|
.
|
||||||
./lan8742
|
./lan8742
|
||||||
)
|
)
|
||||||
|
|
||||||
target_sources(mbed-emac
|
target_sources(mbed-emac
|
||||||
PRIVATE
|
INTERFACE
|
||||||
lan8742/lan8742.c
|
lan8742/lan8742.c
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue