aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/samsung_extdisp/Makefile
blob: 832bdee520c775a2883196104b054d7831c0d5ba (plain)
1
2
3
4
5
6
7
8
9
10
11
#
# Makefile for the s3c framebuffer driver
#
ifeq ($(CONFIG_FB_S5P_EXTDSP),y)
obj-y				+= s3cfb_extdsp.o
s3cfb_extdsp-y			:= s3cfb_extdsp_main.o s3cfb_extdsp_ops.o
endif

ifeq ($(CONFIG_FB_S5P_EXTDSP_DEBUG),y)
EXTRA_CFLAGS += -DDEBUG
endif