include ../../Makefile.inc

O_TARGET = rtai_posix.o

sources = rtai_pthread rtai_pqueue rtai_utils
export-objs := $(addsuffix .o, $(sources))

obj-$(CONFIG_RTAI_POSIX) += $(addsuffix .o, $(sources))

EXTRA_CFLAGS += -I../include

include $(TOPDIR)/Rules.make

