summaryrefslogtreecommitdiffstats
path: root/rules/base.make
blob: b13502c58d1d94fb87153ba170af02bf9c02f9bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# -*-makefile-*-
#
# Copyright (C) 2009 by Marc Kleine-Budde <mkl@pengutronix.de>
#           (C) 2010 by Michael Olbrich <m.olbrich@pengutronix.de>
#
# For further information about the PTXdist project and license conditions
# see the README file.
#

#
# We provide this package
#
PACKAGES-$(PTXCONF_BASE) += base
BASE_VERSION := 1
BASE_LICENSE := ignore

# vim: syntax=make