aboutsummaryrefslogtreecommitdiffstats
path: root/src/linux/main.c
diff options
context:
space:
mode:
authorMichael 'ASAP' Weinrich <michael@a5ap.net>2024-02-15 20:11:47 -0800
committerKevinOConnor <kevin@koconnor.net>2024-04-03 22:53:09 -0400
commit24c884e9f393fa42c37e38d12d3cedb1adb23776 (patch)
treef5b49b6e35227c598921eb83b51d06242b598191 /src/linux/main.c
parent75a40e817db4d5bc9d7d893fad499907d2b910a2 (diff)
downloadkutter-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 'src/linux/main.c')
0 files changed, 0 insertions, 0 deletions