summaryrefslogtreecommitdiffstats
path: root/package/skeleton/skeleton.mk
blob: d380f416497db4aafec11128aedd8c5a477f471f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
################################################################################
#
# skeleton
#
################################################################################

# The skeleton can't depend on the toolchain, since all packages depends on the
# skeleton and the toolchain is a target package, as is skeleton.
# Hence, skeleton would depends on the toolchain and the toolchain would depend
# on skeleton.
SKELETON_ADD_TOOLCHAIN_DEPENDENCY = NO
SKELETON_ADD_SKELETON_DEPENDENCY = NO

$(eval $(virtual-package))
OpenPOWER on IntegriCloud