]> git.donarmstrong.com Git - kiibohd-controller.git/commitdiff
Fixing CMake dependency checking for kll_defs.h
authorJacob Alexander <haata@kiibohd.com>
Tue, 4 Aug 2015 04:42:01 +0000 (21:42 -0700)
committerJacob Alexander <haata@kiibohd.com>
Tue, 4 Aug 2015 04:42:01 +0000 (21:42 -0700)
Scan/ISSILed/led_scan.c
Scan/MatrixARM/matrix_scan.c
Scan/STLcd/lcd_scan.c
Scan/UARTConnect/connect_scan.c

index ef3032fff4e08a87958dd07022030f861cde2dfe..33073abb8c482e21641211ba4f90bdd4031b1ee3 100644 (file)
@@ -21,7 +21,7 @@
 
 // Project Includes
 #include <cli.h>
-#include <kll.h>
+#include <kll_defs.h>
 #include <led.h>
 #include <print.h>
 
index a48e28731423ad133bb3eaa26bdac294c5e7778e..8463b26917761ce575d600a4827be08f24fd22e9 100644 (file)
@@ -26,7 +26,7 @@
 
 // Project Includes
 #include <cli.h>
-#include <kll.h>
+#include <kll_defs.h>
 #include <led.h>
 #include <print.h>
 #include <macro.h>
index 0c2c8b77b7b4ee8ee1691b762734d540cac96b17..a7d7d44a09c9fbeb09520f65951bd1cb93871e43 100644 (file)
@@ -21,7 +21,7 @@
 
 // Project Includes
 #include <cli.h>
-#include <kll.h>
+#include <kll_defs.h>
 #include <led.h>
 #include <print.h>
 
index dd6980e446961cd55498dbd8c15131b5e8f23e74..587a5e7c3b0ed783f79c1854c6fc2a16a8472d7b 100644 (file)
@@ -21,6 +21,7 @@
 
 // Project Includes
 #include <cli.h>
+#include <kll_defs.h>
 #include <led.h>
 #include <print.h>
 #include <macro.h>