aboutsummaryrefslogtreecommitdiff
path: root/devices/Makefile
diff options
context:
space:
mode:
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