2008-12-03 06:10:03 +00:00
|
|
|
TARGET = objects_avr
|
|
|
|
TOPDIR = ..
|
|
|
|
|
|
|
|
include $(TOPDIR)/defaults.mk
|
|
|
|
|
2008-12-05 14:17:04 +00:00
|
|
|
#for AVR
|
2008-12-03 06:10:03 +00:00
|
|
|
SRC = prng.c persistentCounter.c
|
|
|
|
ASRC = noekeon_asm.S memxor.S
|
|
|
|
|
2008-12-05 14:17:04 +00:00
|
|
|
#for simulator
|
|
|
|
SRC_SIM = prng.c persistentCounter.c noekeon.c memxor_c.c
|
|
|
|
|
|
|
|
|
|
|
|
|
2008-12-03 06:10:03 +00:00
|
|
|
|
|
|
|
include $(TOPDIR)/rules.mk
|