top_srcdir ?= ../..
include $(top_srcdir)/include/mk/env_pre.mk
SUBDIRS := syscalls
SUBDIRS += lib
SUBDIRS += connectors \
containers \
controllers \
crypto \
device-drivers \
firmware \
fs \
hotplug \
input \
io \
ipc \
irq \
logging \
mem \
numa \
power_management \
pty \
sched \
security \
sound \
tracing \
uevents \
watchqueue \
ifeq ($(WITH_KVM_TESTSUITE),yes)
SUBDIRS += kvm
endif
ifeq ($(ANDROID),1)
FILTER_OUT_DIRS += containers controllers device-drivers fs io ipc mem \
sched security
endif
include $(top_srcdir)/include/mk/generic_trunk_target.mk