Subversion Repositories OpenARM Single-board Computer

Rev

Rev 139 | 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

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