From 4c1eff0373b7a4a0072fc7515352139cd9d6d02f Mon Sep 17 00:00:00 2001 From: Fredrik Thulin Date: Mon, 16 May 2016 15:45:02 +0200 Subject: Add code to talk with the external RTC chip. --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 42bd054..43cc10b 100644 --- a/Makefile +++ b/Makefile @@ -52,6 +52,7 @@ export BOARD_OBJS = \ $(TOPLEVEL)/stm-init.o \ $(TOPLEVEL)/stm-fmc.o \ $(TOPLEVEL)/stm-uart.o \ + $(TOPLEVEL)/stm-rtc.o \ $(TOPLEVEL)/syscalls.o \ $(BOARD_DIR)/TOOLCHAIN_GCC_ARM/startup_stm32f429xx.o \ $(BOARD_DIR)/system_stm32f4xx.o \ @@ -127,7 +128,7 @@ hsm: $(BOARD_OBJS) $(LIBS) $(LIBHAL_DIR)/libhal.a # don't automatically delete objects, to avoid a lot of unnecessary rebuilding .SECONDARY: $(BOARD_OBJS) -.PHONY: board-test rtos-test libhal-test +.PHONY: board-test rtos-test libhal-test cli-test clean: rm -f $(BOARD_OBJS) -- cgit v1.2.3