aboutsummaryrefslogtreecommitdiff
path: root/devices/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devices/Makefile')
-rw-r--r--devices/Makefile11
1 files changed, 0 insertions, 11 deletions
diff --git a/devices/Makefile b/devices/Makefile
deleted file mode 100644
index 3c61f6d..0000000
--- a/devices/Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
-include ../Makefile.config
-
-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
-