O_TARGET := aica.o

obj-y := main.o

obj-m := $(O_TARGET)

include $(TOPDIR)/Rules.make

clean:
	rm -f core *.o *.a *.s
