X-Git-Url: https://oss.titaniummirror.com/gitweb?a=blobdiff_plain;f=Makefile.dkms;h=b8de4d42c6a79fdb7d04e8efc846b8a0fb18f2c5;hb=e491c3e2ddc2dd42120f2c981d3c1985118a0f6b;hp=6488d65f6e0080d9d690c349b77271a374452ff8;hpb=a30cb143fe071853bbe524a8eab49b2fcbb99d02;p=cp210x.git diff --git a/Makefile.dkms b/Makefile.dkms index 6488d65..b8de4d4 100755 --- a/Makefile.dkms +++ b/Makefile.dkms @@ -3,16 +3,14 @@ STRIP = strip --strip-unneeded --remove-section=.comment --remove-section=.note all: - -rm -rf builddir - cp -a src builddir - cd builddir && ./configure -kver $(KVER) - test -f builddir/Makefile.go - $(MAKE) -C builddir -f Makefile.go - cp builddir/cp2101.ko cp210x.ko + ./configure -kver $(KVER) + test -f Makefile.config + $(MAKE) -f Makefile.go $(STRIP) cp210x.ko clean: - -rm -rf builddir cp210x.ko + test -f Makefile.config && $(MAKE) -f Makefile.go distclean || exit 0 + -rm -rf cp210x.ko .PHONY: all clean