summaryrefslogtreecommitdiff
path: root/drivers/mxc/hmp4e/Makefile
blob: 0efe11fbdbc8630050975e7db9e76b3f3d463b2a (plain)
1
2
3
4
5
6
7
8
#
# Makefile for the MPEG4 Encoder kernel module.

obj-$(CONFIG_MXC_HMP4E) 		+= mxc_hmp4e.o

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