oleavr-rgl-a500-mini-linux-.../arch/um/sys-ia64/Makefile

12 lines
152 B
Makefile
Raw Normal View History

2022-05-07 01:01:45 +02:00
OBJ = built-in.o
OBJS =
all: $(OBJ)
$(OBJ): $(OBJS)
rm -f $@
$(LD) $(LINKFLAGS) --start-group $^ --end-group -o $@
clean-files := $(OBJS) link.ld