#
# Makefile of1275 stuff
#

L_TARGET := of1275.a

obj-y := claim.o enter.o exit.o finddevice.o getprop.o ofinit.o	\
	 ofstdio.o read.o release.o write.o

include $(TOPDIR)/Rules.make
