]> git.corax.cc Git - corax/commitdiff
kernel/core: Exclude sched.c from compilation
authorMatthias Kruk <m@m10k.eu>
Mon, 10 Feb 2020 10:50:29 +0000 (19:50 +0900)
committerMatthias Kruk <m@m10k.eu>
Mon, 10 Feb 2020 10:50:29 +0000 (19:50 +0900)
kernel/core/Makefile

index 4d13743669b2bff82d0c55edafa089f33f608307..68090c5832fd07843f63ff313aab44376bdabf62 100644 (file)
@@ -1,4 +1,4 @@
-OBJECTS = main.o process.o sched.o cxipc.o syscall.o posixcall.o net.o signal.o
+OBJECTS = main.o process.o cxipc.o syscall.o posixcall.o net.o signal.o
 OUTPUT = core.o
 INCLUDES = -I../include -I../../include -I../..
 CFLAGS += $(INCLUDES)