summaryrefslogtreecommitdiffstats
path: root/rules/libc.make
blob: ac96932860c9dce083092fdd40e689927fd3c26a (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_LIBC) += libc

LIBC_LICENSE	:= ignore

# vim: syntax=make