#
# Makefile for Combo6 hardware
# Copyright (c) 2007 by Jaroslav Kysela <perex@perex.cz>
#

szedata-objs := szecore.o

ifdef CONFIG_PROC_FS
	szedata-objs += szecore_proc.o
endif

obj-$(CONFIG_SZEDATA) += szedata.o
