aboutsummaryrefslogtreecommitdiff
path: root/devices/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devices/Makefile')
-rw-r--r--devices/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devices/Makefile b/devices/Makefile
index e081f68..8040bec 100644
--- a/devices/Makefile
+++ b/devices/Makefile
@@ -5,7 +5,7 @@ ${ARCH}_CFLAGS += ${INCLUDES}
${ARCH}_CXXFLAGS += ${INCLUDES}
TARGETLIB += devs
-devs.SRCS = pic_8259.c uart_16550.cpp vga.cpp i8042.c pckbd.c mouse.c
+devs.SRCS = pic_8259.c uart/uart_16550.c vga.c i8042.c pckbd.c mouse.c
HOSTTARGETBIN += uart/test_uart_16550
uart/test_uart_16550.SRCS = uart/uart_16550.c uart/unittest_uart_16550.cc