# $URL: http://subversion:8080/svn/gsc/trunk/drivers/OLD_LINUX/SIO4%20and%20SIO8/SIO4_Linux_1.x.x_GSC_DN/driver/Makefile $
# $Rev: 48537 $
# $Date: 2020-12-09 13:46:18 -0600 (Wed, 09 Dec 2020) $

# SIO4: Device Driver: make file

TARGET		:= sio4

.NOTPARALLEL: %.o

OBJ_FILES	=					\
			board.o				\
			channel.o			\
			close.o				\
			device.o			\
			dma.o				\
			fasync.o			\
			feature.o			\
			fifo.o				\
			io.o				\
			io_dma.o			\
			io_dmdma.o			\
			io_pio.o			\
			ioctl.o				\
			irq.o				\
			main.o				\
			mp.o				\
			mp_fixed.o			\
			mp_sp508.o			\
			mp_unknown.o		\
			open.o				\
			osc.o				\
			osc_cy22393.o		\
			osc_cy22393_sio4.o	\
			osc_fixed.o			\
			osc_unknown.o		\
			reg.o				\
			rx.o				\
			sio4ioctl.o			\
			tx.o				\
			usc.o				\
			util.o				\
			zilog.o				\
								\
			os_divdi3.o			\
			os_irq.o			\
			os_kernel_2_2.o		\
			os_kernel_2_4.o		\
			os_kernel_2_6.o		\
			os_kernel_3.o		\
			os_kernel_4.o		\
			os_kernel_5.o		\
			os_mem.o			\
			os_proc.o			\
			os_reg.o			\
			os_sem.o			\
			os_spinlock.o		\
			os_time.o



###############################################################################
# Everything here is needed so we can access os_makefile.inc.

.EXPORT_ALL_VARIABLES:

# Locate the source from the starting directory.
ifndef GSC_DEV_DIR
GSC_DEV_DIR	:= $(shell pwd)
endif

include ${GSC_DEV_DIR}/os_makefile.inc
