summaryrefslogtreecommitdiff
path: root/mk/struct_sched_param.d
diff options
context:
space:
mode:
Diffstat (limited to 'mk/struct_sched_param.d')
-rw-r--r--mk/struct_sched_param.d9
1 files changed, 9 insertions, 0 deletions
diff --git a/mk/struct_sched_param.d b/mk/struct_sched_param.d
new file mode 100644
index 00000000..d34368c3
--- /dev/null
+++ b/mk/struct_sched_param.d
@@ -0,0 +1,9 @@
+libc_P.199309: libc.a(struct_sched_param.o)
+libc.a(struct_sched_param.o): $(OBJDIR)/struct_sched_param.o
+ @$(AR) $(ARFLAGS) $@ $(OBJDIR)/$%
+
+$(OBJDIR)/struct_sched_param.o: src/sched/struct_sched_param.c
+$(OBJDIR)/struct_sched_param.o:
+ @echo " [CC] $@"
+ @mkdir -p $(@D)
+ @$(CC) -c -o $@ $(CFLAGS) src/sched/struct_sched_param.c