aboutsummaryrefslogtreecommitdiff
path: root/devices/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devices/Makefile')
-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