include ../Makefile.inc

O_TARGET = rt_com_lxrt_sta.o

EXTRA_CFLAGS += -DLXRT_MODULE

obj-$(CONFIG_RTAI_RTCOM_LXRT) = rt_com_lxrt.o
export-objs = rt_com_lxrt.o

include $(TOPDIR)/Rules.make

