#################################################
# Makefile for JPEG
# 2009 (C) Samsung Electronics
#################################################

jpeg_hx-objs := jpeg_hx_dev.o jpeg_hx_dec.o jpeg_hx_enc.o jpeg_hx_regs.o jpeg_hx_mem.o
obj-$(CONFIG_VIDEO_EXYNOS_JPEG_HX)	+= jpeg_hx.o

