summaryrefslogtreecommitdiff
path: root/board/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'board/CMakeLists.txt')
-rw-r--r--board/CMakeLists.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/board/CMakeLists.txt b/board/CMakeLists.txt
new file mode 100644
index 0000000..9a2cf79
--- /dev/null
+++ b/board/CMakeLists.txt
@@ -0,0 +1,5 @@
+list(APPEND SOURCES
+ ${CMAKE_CURRENT_LIST_DIR}/src/board.c
+ ${CMAKE_CURRENT_LIST_DIR}/src/clock_config.c
+ ${CMAKE_CURRENT_LIST_DIR}/src/pin_mux.c
+) \ No newline at end of file