9c883d39b6
ToC: - introduced doc/ - features.in/00example/ - READMEs and TODO for more - code comments clarified Some unrelated minor fixes bundled either.
14 lines
502 B
Makefile
14 lines
502 B
Makefile
# this Makefile snippet gets included from toplevel distro.mk;
|
|
# it can add additional targets which could then be used there,
|
|
# and which can depend on other targets defined in any makefile
|
|
# included from toplevel Makefile
|
|
#
|
|
# see also toplevel functions.mk for the "add" function definition,
|
|
# and distro.mk for usage examples
|
|
#
|
|
# for somewhat more involved example, see syslinux feature
|
|
|
|
use/00example: sub/main use/anotherfeature
|
|
@$(call add,FEATURES,00example)
|
|
@$(call add,MAIN_PACKAGES,hello)
|