blob: 065f6d879701ad4d1e7169f1c74f599de24743a4 (
plain)
1
2
3
4
5
6
7
8
9
10
|
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
|