11 lines
204 B
Makefile
11 lines
204 B
Makefile
PKGDIR ?= ..
|
|
L4DIR ?= $(PKGDIR)/../..
|
|
|
|
# create examples demonstrating the use of you package in subdirectories
|
|
# and list those subdirs in the TARGET variable.
|
|
TARGET =
|
|
|
|
include $(L4DIR)/mk/subdir.mk
|
|
|
|
|