Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v2.6.25 11 lines 152 B view raw
1OBJ = built-in.o 2 3OBJS = 4 5all: $(OBJ) 6 7$(OBJ): $(OBJS) 8 rm -f $@ 9 $(LD) $(LINKFLAGS) --start-group $^ --end-group -o $@ 10 11clean-files := $(OBJS) link.ld