# -----------------------------------------------------------------------------
#	clock chip driver Makefile
# -----------------------------------------------------------------------------
#
#	Copyright (C) 1995, The GGI Project
#
# -----------------------------------------------------------------------------

SUBDIRS := $(shell find . -mindepth 1 -maxdepth 2 -name \.\* -prune -o -name Makefile -not -path ./Makefile -printf '%h ')
ifeq ($(TOPLEVEL)/.config, $(wildcard $(TOPLEVEL)/.config))
include $(TOPLEVEL)/.config
endif

# DEBUGFLAGS = -DDEBUG

include $(TOPLEVEL)/.make_rules

OBJECTS = icd2061a.o ics9161a.o s3sdac.o s3idac.o tvp3026.o et6000.o

selected: $(CLK_TYPE).o
	@echo

ifeq ($(strip $(SUBDIRS)),)
include $(TOPLEVEL)/.non_recursive
else
include $(TOPLEVEL)/.recursive
endif
