skeleton-init-none.mk 650 B

123456789101112131415161718
  1. ################################################################################
  2. #
  3. # skeleton-init-none
  4. #
  5. ################################################################################
  6. # The skeleton can't depend on the toolchain, since all packages depends on the
  7. # skeleton and the toolchain is a target package, as is skeleton.
  8. # Hence, skeleton would depends on the toolchain and the toolchain would depend
  9. # on skeleton.
  10. SKELETON_INIT_NONE_ADD_TOOLCHAIN_DEPENDENCY = NO
  11. SKELETON_INIT_NONE_ADD_SKELETON_DEPENDENCY = NO
  12. SKELETON_INIT_NONE_DEPENDENCIES = skeleton-init-common
  13. SKELETON_INIT_NONE_PROVIDES = skeleton
  14. $(eval $(generic-package))