summaryrefslogtreecommitdiffstats
path: root/cmake/device.cmake
diff options
context:
space:
mode:
authorMarkus Mittendrein <git@maxmitti.at>2025-02-25 23:37:17 +0100
committerMarkus Mittendrein <git@maxmitti.at>2025-02-25 23:39:45 +0100
commit1b3d654c764b25cdd979acca0c956564cfe8358d (patch)
tree25b08bca9fb82d4bc7b293d273dc095207e9d0d8 /cmake/device.cmake
downloadmsp432_test-master.tar.gz
msp432_test-master.zip
InitialHEADmaster
Diffstat (limited to 'cmake/device.cmake')
-rw-r--r--cmake/device.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/cmake/device.cmake b/cmake/device.cmake
new file mode 100644
index 0000000..d5b28da
--- /dev/null
+++ b/cmake/device.cmake
@@ -0,0 +1,2 @@
+include("${CMAKE_CURRENT_SOURCE_DIR}/device/${DEVICE}/${DEVICE}.cmake")
+message(STATUS "Device: ${DEVICE}")