11 lines
158 B
Makefile
11 lines
158 B
Makefile
|
TARGET = objects_avr
|
||
|
TOPDIR = ..
|
||
|
|
||
|
include $(TOPDIR)/defaults.mk
|
||
|
|
||
|
SRC = prng.c persistentCounter.c
|
||
|
ASRC = noekeon_asm.S memxor.S
|
||
|
|
||
|
|
||
|
include $(TOPDIR)/rules.mk
|