summaryrefslogtreecommitdiffstats
path: root/GNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'GNUmakefile')
-rw-r--r--[l---------]GNUmakefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 9acf7e6..0c1aab3 120000..100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -1 +1,8 @@
-git-rpm/GNUmakefile \ No newline at end of file
+NAME = synaptics-usb-kmod
+dummy := $(shell test -f git-rpm/git-rpm.mk || git submodule update --init)
+include git-rpm/git-rpm.mk
+OPTS += --target i686-linux
+
+akmods: $(SRPM)
+ mkdir -p rpm-dist/akmod
+ akmodsbuild $(AK_OPTS) -o rpm-dist/akmod -v $(SRPM)