summaryrefslogtreecommitdiff
path: root/nuttx/configs/dk-tm4c129x/src/Makefile
diff options
context:
space:
mode:
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