The purpose of the subdir role is to be a container for other directories and recursively build them. Therefore, most make-targets are recursively forwarded to subdirectories.
PKGDIR = .. L4DIR ?= $(PKGDIR)/../.. TARGET = example1 easy complex include $(L4DIR)/mk/subdir.mk
L4 Checker 2012-04-11