ALL_SUB_DIRS := ktest rtnet uasync uresumefromintr utest usound usoundmsg
MOD_SUB_DIRS := ktest rtnet uasync uresumefromintr utest usound usoundmsg

EXTRA_USER_CFLAGS += -I $(TOPDIR)/lxrt

ifeq ($(CONFIG_RTAI_NETRPC),m)
  A_TARG := node
  M_OBJS += net_rpc.o
endif

ifdef TOPDIR
include $(TOPDIR)/Rules.make
else
all:
	make -C .. modules SUBDIRS=net_rpc
clean:
	make -C .. subclean SUBDIRS=net_rpc
endif
