#!/usr/bin/make -f STRIP = strip --strip-unneeded --remove-section=.comment --remove-section=.note all: ./configure -kver $(KVER) test -f Makefile.config $(MAKE) -f Makefile.go $(STRIP) cp210x.ko clean: test -f Makefile.config && $(MAKE) -f Makefile.go distclean || exit 0 -rm -rf cp210x.ko .PHONY: all clean