Makefile 184 Bytes
Newer Older
Tom Rini's avatar
Tom Rini committed
1 2 3 4 5 6 7 8 9 10
#
# 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