group := kernel version := 0 modulesDir = drivers/net include ../Makefile.default include ../Makefile.tools all: $(modul).$(suffix) clean: _clean $(modul): $(addon) find ../network*/$(modul)/lib/modules -type f ! -path "../$(name)/*" | while read path; do rm -f $${path#../*/}; done