include $(srctree)/drivers/misc/mediatek/Makefile.custom

ifeq ($(MTK_LCM_PHYSICAL_ROTATION), 90)
ccflags-y  += -DLCM_ROTATE
endif

ifeq ($(MTK_LCM_PHYSICAL_ROTATION), 270)
ccflags-y  += -DLCM_ROTATE
endif

obj-y			:= uibc.o
