Home
last modified time | relevance | path

Searched refs:MEMFSOBJS (Results 1 – 1 of 1) sorted by relevance

/xv6-public/
H A DMakefile134 MEMFSOBJS = $(filter-out ide.o,$(OBJS)) memide.o macro
135 kernelmemfs: $(MEMFSOBJS) entry.o entryother initcode kernel.ld fs.img
136 …$(LD) $(LDFLAGS) -T kernel.ld -o kernelmemfs entry.o $(MEMFSOBJS) -b binary initcode entryother f…