6 lines
90 B
Makefile
6 lines
90 B
Makefile
PKGDIR = ../..
|
|
L4DIR ?= $(PKGDIR)/../..
|
|
|
|
TARGET := include
|
|
include $(L4DIR)/mk/subdir.mk
|