blob: d02f4c265232a878c9d2e1656aea053957491afa [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001OBJ = 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