summaryrefslogtreecommitdiffstats
path: root/rules/base.make
blob: fb19fd312d8273aad2cb2e2e864c7f10e63e5b46 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# -*-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_LICENSE := ignore

# vim: syntax=make