Limine Bare Bones: Difference between revisions

Jump to navigation Jump to search
m
no edit summary
[unchecked revision][unchecked revision]
mNo edit summary
mNo edit summary
Line 295:
-f elf64
 
# Use "find" to glob all *.c, *.S, and *.asm files in the directorytree and extractobtain the object names.
# object and header dependency file names.
override CFILES := $(shell find . -type f -name '*.c' | grep -v 'limine/')
override ASFILESCFILES := $(shell find -L . -type f -name '*.Sc' | grep -v 'limine/')
override NASMFILESASFILES := $(shell find -L . -type f -name '*.asmS' | grep -v 'limine/')
override CFILESNASMFILES := $(shell find -L . -type f -name '*.casm' | grep -v 'limine/')
override OBJ := $(CFILES:.c=.o) $(ASFILES:.S=.o) $(NASMFILES:.asm=.o)
override HEADER_DEPS := $(CFILES:.c=.d) $(ASFILES:.S=.d)
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.

Navigation menu