#
# Makefile for the AMAZON_SE specific kernel interface routines under Linux.
#

#obj-y   := setup.o prom.o interrupt.o reset.o dma-core.o lm.o
obj-y   := setup.o prom.o interrupt.o reset.o ifx_dma_core.o lm.o timer.o

EXTRA_AFLAGS := $(CFLAGS)

clean:
	rm -f uImage pImage piggy piggy.gz *.o *.a

