Subversion Repositories OpenARM Single-board Computer

Rev

Rev 137 | Rev 143 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed



# its handy to have all rule templates in one place
#


all: $(SYMS)
        @for i in $(SUBDIRS); do $(MAKE) -C $$i; done

clean:
        @for i in $(SUBDIRS); do $(MAKE) -C $$i $@; done
        @if [ "x$(SYMS)" != "x" ]; then echo -e "\nRemoving $(SYMS)\n"; rm $(SYMS); fi

%.sym: %.symdef
        $(TOPDIR)/../../scripts/djboxsym $^ > $@