aboutsummaryrefslogtreecommitdiff
path: root/devices/Makefile
diff options
context:
space:
mode:
authoraqua <aqua@iserlohn-fortress.net>2023-02-21 17:54:34 +0200
committeraqua <aqua@iserlohn-fortress.net>2023-02-21 17:54:34 +0200
commit2d16f03ca44269d79a28f04884165bbbb6286ba5 (patch)
treee65f9b0283564eaa3e8afa496c7c34fe3369c2ab /devices/Makefile
parentMove C stdlib to lib/libk (diff)
downloadkernel-2d16f03ca44269d79a28f04884165bbbb6286ba5.tar.xz
Rename host and target tool names
- target tool prefix is ${ARCH}_ - host tool prefix is HOST_
Diffstat (limited to 'devices/Makefile')
-rw-r--r--devices/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devices/Makefile b/devices/Makefile
index 711e103..56cbac6 100644
--- a/devices/Makefile
+++ b/devices/Makefile
@@ -1,8 +1,8 @@
include ../Makefile.config
INCLUDES := -I../${ARCH}
-CFLAGS += ${INCLUDES}
-CXXFLAGS += ${INCLUDES}
+${ARCH}_CFLAGS += ${INCLUDES}
+${ARCH}_CXXFLAGS += ${INCLUDES}
devs.SRCS = pic_8259.c uart_16550.cpp vga.cpp i8042.c pckbd.c mouse.c