Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of target-freescale-ksdk by
TARGET_KPSDK_CODE/drivers/enet/subdir.mk
- Committer:
- screamer
- Date:
- 2016-03-23
- Revision:
- 0:e4d670b91a9a
File content as of revision 0:e4d670b91a9a:
ENET_DRIVER_DIR := $(SDK_ROOT)/platform/drivers/enet SOURCES += $(ENET_DRIVER_DIR)/src/fsl_enet_driver.c \ $(ENET_DRIVER_DIR)/src/fsl_enet_irq.c INCLUDES += $(ENET_DRIVER_DIR)