aboutsummaryrefslogtreecommitdiff
path: root/arch/um/sys-ia64/Makefile
blob: d02f4c265232a878c9d2e1656aea053957491afa (plain)
1
2
3
4
5
6
7
8
9
10
11
OBJ = built-in.o

OBJS =

all: $(OBJ)

$(OBJ): $(OBJS)
	rm -f $@
	$(LD) $(LINKFLAGS) --start-group $^ --end-group -o $@

clean-files := $(OBJS) link.ld