summaryrefslogtreecommitdiff
path: root/nuttx/configs/dk-tm4c129x/src/Makefile
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2015-01-01 12:28:46 -0600
committerGregory Nutt <gnutt@nuttx.org>2015-01-01 12:28:46 -0600
commitaf25f1123d65420a9d05e43b6b0bc929d09150eb (patch)
tree5d0e3c18bd72fbd2aa679a38a9093983c1c55826 /nuttx/configs/dk-tm4c129x/src/Makefile
parent2042a54f1d8925a9514d87e290f17018188ab404 (diff)
downloadnuttx-af25f1123d65420a9d05e43b6b0bc929d09150eb.tar.gz
nuttx-af25f1123d65420a9d05e43b6b0bc929d09150eb.tar.bz2
nuttx-af25f1123d65420a9d05e43b6b0bc929d09150eb.zip
TM4C129X Ethernet: Add logic to get pre-programmed MAC address from user FLASH registers
Diffstat (limited to 'nuttx/configs/dk-tm4c129x/src/Makefile')
-rw-r--r--nuttx/configs/dk-tm4c129x/src/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/nuttx/configs/dk-tm4c129x/src/Makefile b/nuttx/configs/dk-tm4c129x/src/Makefile
index d3365f77b..99739fa76 100644
--- a/nuttx/configs/dk-tm4c129x/src/Makefile
+++ b/nuttx/configs/dk-tm4c129x/src/Makefile
@@ -51,6 +51,10 @@ ifeq ($(CONFIG_ARCH_BUTTONS),y)
CSRCS += tm4c_buttons.c
endif
+ifeq ($(CONFIG_TIVA_ETHERNET),y)
+CSRCS += tm4c_ethernet.c
+endif
+
ifeq ($(CONFIG_NSH_ARCHINIT),y)
CSRCS += tm4c_nsh.c
endif