summaryrefslogtreecommitdiffstats
path: root/rules/xchain-kernel-ds.make
blob: 8038057bf1e0e87b644d12096a30fa8d9cd1f45d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# -*-makefile-*-
# $Id$
#
# 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