O_TARGET := jtag.o

obj-$(CONFIG_IMPLEMENTA_JTAG) += jtag_core.o port_box.o

O_OBJS := $(obj-y)
M_OBJS := $(obj-m)

include $(TOPDIR)/Rules.make

