diff options
author | Michael 'ASAP' Weinrich <michael@a5ap.net> | 2024-02-15 20:11:47 -0800 |
---|---|---|
committer | KevinOConnor <kevin@koconnor.net> | 2024-04-03 22:53:09 -0400 |
commit | 24c884e9f393fa42c37e38d12d3cedb1adb23776 (patch) | |
tree | f5b49b6e35227c598921eb83b51d06242b598191 /klippy/mcu.py | |
parent | 75a40e817db4d5bc9d7d893fad499907d2b910a2 (diff) | |
download | kutter-24c884e9f393fa42c37e38d12d3cedb1adb23776.tar.gz kutter-24c884e9f393fa42c37e38d12d3cedb1adb23776.tar.xz kutter-24c884e9f393fa42c37e38d12d3cedb1adb23776.zip |
makefile: Replace CFLAGS -I with -iquote
The -iquote tells GCC to only search that path when resolving a quoted
"include" (vs <angle brackets>) which by convention imples a include from
the projects own soruce tree. This prevents a conflict between Klippers
"sched.h" and "gpio.h" and <linux/gpio.h> and glibc <sched.h>.
Signed-off-by: Michael 'ASAP' Weinrich <michael@a5ap.net>
Diffstat (limited to 'klippy/mcu.py')
0 files changed, 0 insertions, 0 deletions