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. --- projects/board-test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'projects/board-test/Makefile') diff --git a/projects/board-test/Makefile b/projects/board-test/Makefile index a4a0a70..9b1812f 100644 --- a/projects/board-test/Makefile +++ b/projects/board-test/Makefile @@ -1,4 +1,4 @@ -TEST = led-test short-test uart-test fmc-test fmc-perf fmc-probe +TEST = led-test short-test uart-test fmc-test fmc-perf fmc-probe rtc-test all: $(TEST:=.elf) -- cgit v1.2.3