8 lines
122 B
Makefile
8 lines
122 B
Makefile
# directories we need to know
|
|
PKGDIR = .
|
|
L4DIR ?= $(PKGDIR)/../..
|
|
|
|
# include subdir role
|
|
include $(L4DIR)/mk/subdir.mk
|
|
|