From c329c44db94a941974d6bfc8a8f661ebf5efa615 Mon Sep 17 00:00:00 2001 From: aqua Date: Sun, 5 Mar 2023 11:33:30 +0200 Subject: Add TARGETBIN and TARGETLIB rules --- devices/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'devices/Makefile') 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 -- cgit v1.2.1