From 848b3174bbcdb6d21011ed17c1e14751abf9fba3 Mon Sep 17 00:00:00 2001 From: aqua Date: Tue, 1 Nov 2022 09:03:12 +0200 Subject: makefile: clean target shouldn't depend on OBJS --- devices/Makefile | 2 -- 1 file changed, 2 deletions(-) (limited to 'devices') 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 -- cgit v1.2.1