1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
TARGET=openbeacon-sniffer ARCH=AT91SAM7S CPU=$(ARCH)128 DEBUG=-g OPTIM=-O2 APP_CFLAGS=-Iapplication APP_SRC= \ application/main.c \ application/proto.c \ application/xxtea.c all: $(TARGET).bin app_clean: find application -name '*.o' -exec rm \{\} \; include ../core/Makefile.rules