#
# Makefile for the AVILSI 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.
#
export-objs := avi_env.o

O_TARGET := avilsi.o

obj-$(CONFIG_BOOTENV)	+= avi_drv.o avi_env.o

include $(TOPDIR)/Rules.make
