include ../Makefile.inc
O_TARGET = rtai_trace_sta.o

export-objs += rtai_trace.o

ifeq ($(CONFIG_RTAI_TRACE),y)
  obj-$(CONFIG_TRACE) += rtai_trace.o
endif

include $(TOPDIR)/Rules.make
