From 878cdffb3f69c780cb55f1fbb54747d9066a385a Mon Sep 17 00:00:00 2001 From: aqua Date: Sun, 12 Feb 2023 17:28:33 +0200 Subject: Generate dependency files for source code Use the compiler to generate dependency files for all C, C++ and .S assembly source code files. These are included in the makefiles where the files are used. --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index 1aa8617..02ff120 100644 --- a/src/Makefile +++ b/src/Makefile @@ -7,7 +7,7 @@ CXXFLAGS += ${INCLUDES} kernel.SRCS := multiboot2.c mmap.c kernel.cpp mem/vmm.c kernel.OBJS := conf.h -TESTS += tst/test_taskqueue tst/test_roundrobin +TESTS += tst/taskqueue tst/roundrobin include ../rules.mk -- cgit v1.2.1