Include.mk in kern and kern/libkern
This commit is contained in:
parent
c38a0cbf41
commit
056ff77c55
2 changed files with 14 additions and 0 deletions
5
kern/libkern/include.mk
Normal file
5
kern/libkern/include.mk
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
LIBKERN_SRC := $(wildcard kern/libkern/*.c)
|
||||
LIBKERN_SRC += $(wildcard kern/libkern/*.S)
|
||||
|
||||
LIBKERN_OBJ := $(LIBKERN_SRC:.c=.o)
|
||||
LIBKERN_OBJ := $(LIBKERN_OBJ:.S=.o)
|
||||
Loading…
Add table
Add a link
Reference in a new issue