Makefile 200 Bytes
Newer Older
1 2
obj-$(CONFIG_FB_ATY) += atyfb.o

3
atyfb-y				:= atyfb_base.o mach64_accel.o
4 5 6
atyfb-$(CONFIG_FB_ATY_GX)	+= mach64_gx.o
atyfb-$(CONFIG_FB_ATY_CT)	+= mach64_ct.o mach64_cursor.o
atyfb-objs			:= $(atyfb-y)