summaryrefslogtreecommitdiff
path: root/mk/waldux.mk
diff options
context:
space:
mode:
Diffstat (limited to 'mk/waldux.mk')
-rw-r--r--mk/waldux.mk10
1 files changed, 10 insertions, 0 deletions
diff --git a/mk/waldux.mk b/mk/waldux.mk
new file mode 100644
index 000000000..15a021a3c
--- /dev/null
+++ b/mk/waldux.mk
@@ -0,0 +1,10 @@
+# This file is part of the OpenADK project. OpenADK is copyrighted
+# material, please see the LICENCE file in the top-level directory.
+
+PKG_NAME:= waldux
+PKG_RELEASE:= $(KERNEL_RELEASE)
+ifeq ($(ADK_TARGET_WALDUX_KERNEL_VERSION_GIT),y)
+PKG_VERSION:= $(ADK_TARGET_WALDUX_KERNEL_GIT)
+PKG_GIT:= $(ADK_TARGET_WALDUX_KERNEL_GIT_TYPE)
+PKG_SITES:= $(ADK_TARGET_WALDUX_KERNEL_GIT_REPO)
+endif