From 6cf1b356e7b03e9c662a9c4434a786e41e01719e Mon Sep 17 00:00:00 2001 From: gwengardner Date: Mon, 9 Dec 2019 12:17:08 -0500 Subject: [PATCH] makefile update --- projects/cm_mcu/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/projects/cm_mcu/Makefile b/projects/cm_mcu/Makefile index bb40e950..6e18add0 100644 --- a/projects/cm_mcu/Makefile +++ b/projects/cm_mcu/Makefile @@ -86,6 +86,7 @@ ${COMPILER}/cm_mcu.axf: ${COMPILER}/smbus.o ${COMPILER}/cm_mcu.axf: ${COMPILER}/smbus_units.o ${COMPILER}/cm_mcu.axf: ${COMPILER}/power_ctl.o ${COMPILER}/cm_mcu.axf: ${COMPILER}/CommandLineTask.o +${COMPILER}/cm_mcu.axf: ${COMPILER}/EEPROMTask.o ${COMPILER}/cm_mcu.axf: ${COMPILER}/PowerSupplyTask.o ${COMPILER}/cm_mcu.axf: ${COMPILER}/ADCMonitorTask.o ${COMPILER}/cm_mcu.axf: ${COMPILER}/MonitorTask.o