
ALL_SUB_DIRS := tbx-test
MOD_SUB_DIRS := tbx-test
SUB_DIRS     := tbx-test

M_OBJS       := rtai_tbx.o
MI_OBJS      := 
MIX_OBJS     := 



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


rtai_tbx.c:	tbx.c
	ln -sf $< $@

