#
# Makefile for the Zorro bus specific drivers.
#
# Note! Dependencies are done automagically by 'make dep', which also
# removes any old dependencies. DON'T put your own dependencies here
# unless it's something special (ie not a .c file).
#
# Note 2! The CFLAGS definition is now inherited from the
# parent makefile.
#

O_TARGET := vsgeneral.o

REGDIR = reg

# ҪĿ¼г
SUB_DIR := reg

# г.cļĿ¼µ.cļ, *.c d/*.c d1/*.c
PATTERN_C := *.c
PATTERN_C += $(patsubst %, %/*.c, $(SUB_DIR))

# Զ.cļת.oļ
obj-y := $(patsubst %.c, %.o, $(wildcard $(PATTERN_C)))

include $(TOPDIR)/Rules.make
