aboutsummaryrefslogtreecommitdiff
path: root/devices/Makefile
diff options
context:
space:
mode:
authoraqua <aqua@iserlohn-fortress.net>2023-03-05 11:33:30 +0200
committeraqua <aqua@iserlohn-fortress.net>2023-03-05 11:33:30 +0200
commitc329c44db94a941974d6bfc8a8f661ebf5efa615 (patch)
tree9c990658103b2d0f16fe3f246f4d53e55395670d /devices/Makefile
parentImport kconfig from the linux kernel (diff)
downloadkernel-c329c44db94a941974d6bfc8a8f661ebf5efa615.tar.xz
Add TARGETBIN and TARGETLIB rules
Diffstat (limited to 'devices/Makefile')
-rw-r--r--devices/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/devices/Makefile b/devices/Makefile
index 56cbac6..3c61f6d 100644
--- a/devices/Makefile
+++ b/devices/Makefile
@@ -4,6 +4,7 @@ INCLUDES := -I../${ARCH}
${ARCH}_CFLAGS += ${INCLUDES}
${ARCH}_CXXFLAGS += ${INCLUDES}
+TARGETLIB += devs
devs.SRCS = pic_8259.c uart_16550.cpp vga.cpp i8042.c pckbd.c mouse.c
include ../rules.mk