summaryrefslogtreecommitdiffstats
path: root/rules/xchain-kernel-ds.make
diff options
context:
space:
mode:
Diffstat (limited to 'rules/xchain-kernel-ds.make')
-rw-r--r--rules/xchain-kernel-ds.make43
1 files changed, 43 insertions, 0 deletions
diff --git a/rules/xchain-kernel-ds.make b/rules/xchain-kernel-ds.make
new file mode 100644
index 000000000..143282cf2
--- /dev/null
+++ b/rules/xchain-kernel-ds.make
@@ -0,0 +1,43 @@
+# -*-makefile-*-
+# $Id: xchain-kernel-ds.make,v 1.2 2003/10/23 15:01:19 mkl Exp $
+#
+# Copyright (C) 2003 by Marc Kleine-Budde <kleine-budde.de>
+#
+# See CREDITS for details about who has contributed to this project.
+#
+# For further information about the PTXdist project and license conditions
+# see the README file.
+#
+
+# ----------------------------------------------------------------------------
+# Get
+# ----------------------------------------------------------------------------
+
+xchain-kernel-ds_get: $(STATEDIR)/xchain-kernel-ds.get
+
+xchain-kernel-ds_get_deps = \
+ $(STATEDIR)/kernel-ds.get
+
+$(STATEDIR)/xchain-kernel-ds.get: $(xchain-kernel-ds_get_deps)
+ @$(call targetinfo, $@)
+ touch $@
+
+# ----------------------------------------------------------------------------
+# Install
+# ----------------------------------------------------------------------------
+
+xchain-kernel-ds_install: $(STATEDIR)/xchain-kernel-ds.install
+
+$(STATEDIR)/xchain-kernel-ds.install: $(STATEDIR)/xchain-kernel-ds.get
+ @$(call targetinfo, $@)
+ @$(call patch_apply, $(KERNEL-DS_SOURCE), $(XCHAIN_KERNEL_BUILDDIR))
+ touch $@
+
+# ----------------------------------------------------------------------------
+# Clean
+# ----------------------------------------------------------------------------
+
+xchain-kernel-ds_clean:
+ rm -rf $(STATEDIR)/xchain-kernel*
+
+# vim: syntax=make