blob: eb46c32aacab6998c0ed0ed93382321af1ab4d37 (
plain)
1
2
3
4
5
6
7
8
9
|
PKGDIR ?= .
L4DIR ?= $(PKGDIR)/../..
# the default is to build the listed directories, provided that they
# contain a Makefile. If you need to change this, uncomment the following
# line and adapt it.
# TARGET = idl include src lib server examples doc
include $(L4DIR)/mk/subdir.mk
|