#
# Makefile for the Linux kernel implementa device 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 (not a .c file).
#
# Note 2! The CFLAGS definitions are now in the main makefile.

O_TARGET := implementa.o

# Object file lists.

obj-y		:=
obj-m		:=
obj-n		:=
obj-		:=

subdir-$(CONFIG_IMPLEMENTA_LED) += led
subdir-$(CONFIG_IMPLEMENTA_JTAG) += jtag

# persistent filesystems
obj-y += $(join $(subdir-y),$(subdir-y:%=/%.o))

include $(TOPDIR)/Rules.make
