include ../Makefile.inc

O_TARGET = rtai_tasklets_sta.o

obj-$(CONFIG_RTAI_TASKLETS) = rtai_tasklets.o
export-objs = rtai_tasklets.o

include $(TOPDIR)/Rules.make

rtai_tasklets.c: tasklets.c
	ln -s $< $@
