/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

  1. OBJ = built-in.o
  2. OBJS =
  3. all: $(OBJ)
  4. $(OBJ): $(OBJS)
  5. rm -f $@
  6. $(LD) $(LINKFLAGS) --start-group $^ --end-group -o $@
  7. clean-files := $(OBJS) link.ld