blob: b1187af28a576407d770cdb386986b1e5898e978 [file] [log] [blame]
OBJ = sys.o
OBJS =
all: $(OBJ)
$(OBJ): $(OBJS)
rm -f $@
$(LD) $(LINKFLAGS) --start-group $^ --end-group -o $@
clean:
rm -f $(OBJS)
fastdep:
archmrproper:
archclean:
rm -f link.ld
@$(MAKEBOOT) clean
archdep:
@$(MAKEBOOT) dep
modules:
include $(TOPDIR)/Rules.make