32 lines
464 B
Makefile
32 lines
464 B
Makefile
PKGDIR ?= ..
|
|
L4DIR ?= $(PKGDIR)/../../..
|
|
PKGNAME := re
|
|
EXTRA_TARGET += \
|
|
cap_alloc \
|
|
console \
|
|
consts \
|
|
dataspace \
|
|
dbg_events \
|
|
debug \
|
|
dma_space \
|
|
env \
|
|
error_helper \
|
|
event \
|
|
log \
|
|
inhibitor \
|
|
itas \
|
|
mem_alloc \
|
|
mmio_space \
|
|
namespace \
|
|
parent \
|
|
random \
|
|
remote_access \
|
|
rm \
|
|
shared_cap \
|
|
unique_cap \
|
|
video/colors \
|
|
video/goos \
|
|
video/view
|
|
|
|
include $(L4DIR)/mk/include.mk
|