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@0:e4d670b91a9a, 2016-03-23 (annotated)
- Committer:
- screamer
- Date:
- Wed Mar 23 21:26:50 2016 +0000
- Revision:
- 0:e4d670b91a9a
Initial revision
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
screamer | 0:e4d670b91a9a | 1 | ENET_DRIVER_DIR := $(SDK_ROOT)/platform/drivers/enet |
screamer | 0:e4d670b91a9a | 2 | SOURCES += $(ENET_DRIVER_DIR)/src/fsl_enet_driver.c \ |
screamer | 0:e4d670b91a9a | 3 | $(ENET_DRIVER_DIR)/src/fsl_enet_irq.c |
screamer | 0:e4d670b91a9a | 4 | INCLUDES += $(ENET_DRIVER_DIR) |