summaryrefslogtreecommitdiffstats
path: root/rules/libc-first.make
blob: b08b4ee8b81c8a3cd1161bcefdc7b083e936fcbb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# -*-makefile-*-
#
# Copyright (C) 2006-2008 by Marc Kleine-Budde <mkl@ppengutronix.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.
#

#
# We provide this package
#
PACKAGES-$(PTXCONF_LIBC_FIRST) += libc-first

LIBC_FIRST_LICENSE := ignore

# vim: syntax=make