
O_TARGET	:= built-in.o

export-objs	:= sheep_net.o

obj-$(CONFIG_SHEEP_NET)	+= sheep_net.o

include $(TOPDIR)/Rules.make


