aboutsummaryrefslogtreecommitdiff
path: root/devices
diff options
context:
space:
mode:
Diffstat (limited to 'devices')
-rw-r--r--devices/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/devices/Makefile b/devices/Makefile
index c799df7..711e103 100644
--- a/devices/Makefile
+++ b/devices/Makefile
@@ -1,10 +1,10 @@
include ../Makefile.config
+INCLUDES := -I../${ARCH}
+CFLAGS += ${INCLUDES}
+CXXFLAGS += ${INCLUDES}
+
devs.SRCS = pic_8259.c uart_16550.cpp vga.cpp i8042.c pckbd.c mouse.c
-devs.OBJS = include
include ../rules.mk
-include:
- mkdir -p $@
- ln -sTf ../../${ARCH}/sys $@/sys