summaryrefslogtreecommitdiffstats
path: root/rules
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2020-05-08 17:03:53 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2020-05-09 16:11:50 +0200
commit2b94928a996feaf34c13a411f0a609d040bfba9d (patch)
tree5d08a95c33f0c1925b830580be7c2a977bace4fa /rules
parent94e2e19f52fad64f1c985728d781fe89488bb6df (diff)
downloadptxdist-2b94928a996feaf34c13a411f0a609d040bfba9d.tar.gz
ptxdist-2b94928a996feaf34c13a411f0a609d040bfba9d.tar.xz
libc: make it a virtual package
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules')
-rw-r--r--rules/libc.in1
-rw-r--r--rules/libc.make17
2 files changed, 1 insertions, 17 deletions
diff --git a/rules/libc.in b/rules/libc.in
index b4aa3b9f2..1614affd9 100644
--- a/rules/libc.in
+++ b/rules/libc.in
@@ -3,6 +3,7 @@
menuconfig LIBC
tristate
prompt "c library "
+ select VIRTUAL
select GLIBC if LIBC_GLIBC
select UCLIBC if LIBC_UCLIBC
default y
diff --git a/rules/libc.make b/rules/libc.make
deleted file mode 100644
index ac9693286..000000000
--- a/rules/libc.make
+++ /dev/null
@@ -1,17 +0,0 @@
-# -*-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