#
# Makefile for the CK1000 framebuffer device drivers
#

O_TARGET := csky.o

#export-objs := ck1000fb.o

obj-m  := $(O_TARGET)
obj-y  := ck1000fb.o

include $(TOPDIR)/Rules.make
