aboutsummaryrefslogtreecommitdiff
path: root/devices
diff options
context:
space:
mode:
authoraqua <aqua@iserlohn-fortress.net>2022-11-01 09:03:12 +0200
committeraqua <aqua@iserlohn-fortress.net>2022-11-01 09:03:12 +0200
commit848b3174bbcdb6d21011ed17c1e14751abf9fba3 (patch)
treebb07452b0708d321ce37964f4e87da7242edf7a0 /devices
parentadd ps2_keyboard driver (diff)
downloadkernel-848b3174bbcdb6d21011ed17c1e14751abf9fba3.tar.xz
makefile: clean target shouldn't depend on OBJS
Diffstat (limited to 'devices')
-rw-r--r--devices/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/devices/Makefile b/devices/Makefile
index 0e07a83..a73645f 100644
--- a/devices/Makefile
+++ b/devices/Makefile
@@ -2,8 +2,6 @@ include ../${ARCH}/toolchain.mk
CCFLAGS += -I. -I../${ARCH} -I../lib
-all: devs.a
-
devs,SRCS = pic_8259.c uart_16550.c vga.c ps2_keyboard.c
include ../rules.mk