config.mk 496 Bytes
Newer Older
Michael Shigorin's avatar
Michael Shigorin committed
1 2 3 4 5 6 7 8 9 10
# 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

11
use/00example: use/repo/main use/anotherfeature
12
	@$(call add_feature)
Michael Shigorin's avatar
Michael Shigorin committed
13
	@$(call add,MAIN_PACKAGES,hello)