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/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/nuttx/configs/dk-tm4c129x/src/Makefile b/nuttx/configs/dk-tm4c129x/src/Makefile
index 3f624142b..7b6eaf480 100644
--- a/nuttx/configs/dk-tm4c129x/src/Makefile
+++ b/nuttx/configs/dk-tm4c129x/src/Makefile
@@ -60,8 +60,10 @@ CSRCS += tm4c_nsh.c
endif
ifeq ($(CONFIG_I2C_LM75),y)
+ifeq ($(CONFIG_TIVA_I2C6),y)
CSRCS += tm4c_tmp100.c
endif
+endif
COBJS = $(CSRCS:.c=$(OBJEXT))