Skip to content

Commit

Permalink
Improve makefile for uname
Browse files Browse the repository at this point in the history
  • Loading branch information
jart committed Nov 6, 2023
1 parent 23d812f commit dd83db9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libc/calls/calls.mk
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,8 @@ o/$(MODE)/libc/calls/stackjump.o: libc/calls/stackjump.S
o/$(MODE)/libc/calls/sched_yield.o: libc/calls/sched_yield.S
@$(COMPILE) -AOBJECTIFY.S $(OBJECTIFY.S) $(OUTPUT_OPTION) -c $<

o/$(MODE)/libc/calls/uname.o: libc/integral/normalize.inc

LIBC_CALLS_LIBS = $(foreach x,$(LIBC_CALLS_ARTIFACTS),$($(x)))
LIBC_CALLS_SRCS = $(foreach x,$(LIBC_CALLS_ARTIFACTS),$($(x)_SRCS))
LIBC_CALLS_HDRS = $(foreach x,$(LIBC_CALLS_ARTIFACTS),$($(x)_HDRS))
Expand Down

0 comments on commit dd83db9

Please sign in to comment.