1PKGDIR ?= . 2L4DIR ?= $(PKGDIR)/../../.. 3 4TARGET = lib include 5 6include $(L4DIR)/mk/subdir.mk 7 8lib: include 9 10