2011-07-05 02:33:36 +02:00
|
|
|
##########################################################################
|
|
|
|
# User configuration and firmware specific object files
|
|
|
|
##########################################################################
|
|
|
|
|
|
|
|
OBJS =
|
|
|
|
|
|
|
|
OBJS += nrf24l01p.o
|
2011-07-14 00:13:16 +02:00
|
|
|
OBJS += rftransfer.o
|
2011-07-14 23:40:03 +02:00
|
|
|
OBJS += filetransfer.o
|
2011-07-17 17:42:19 +02:00
|
|
|
OBJS += openbeacon.o
|
2011-07-30 16:10:30 +02:00
|
|
|
OBJS += mesh.o
|
2011-07-05 02:33:36 +02:00
|
|
|
|
|
|
|
LIBNAME=funk
|
|
|
|
|
|
|
|
##########################################################################
|
|
|
|
# GNU GCC compiler flags
|
|
|
|
##########################################################################
|
|
|
|
ROOT_PATH?= ..
|
|
|
|
INCLUDE_PATHS = -I$(ROOT_PATH) -I../core -I.
|
|
|
|
|
|
|
|
include $(ROOT_PATH)/Makefile.inc
|
|
|
|
|
|
|
|
##########################################################################
|
2011-07-09 20:17:00 +02:00
|
|
|
# Actual work
|
2011-07-05 02:33:36 +02:00
|
|
|
##########################################################################
|
|
|
|
|
2011-07-09 20:17:00 +02:00
|
|
|
include $(ROOT_PATH)/Makefile.util
|