/arch/um/sys-ia64/Makefile
https://bitbucket.org/ndreys/linux-sunxi · Makefile · 11 lines · 7 code · 4 blank · 0 comment · 0 complexity · 00cb1ad8099dd2a8bbcd9b33e02f3a71 MD5 · raw file
- OBJ = built-in.o
- OBJS =
- all: $(OBJ)
- $(OBJ): $(OBJS)
- rm -f $@
- $(LD) $(LINKFLAGS) --start-group $^ --end-group -o $@
- clean-files := $(OBJS) link.ld