X-Git-Url: https://git.rohieb.name/hackover2013-badge-firmware.git/blobdiff_plain/ead4a16614e0b46cf7e4f00feec1411067c1c6f4..55ca7f945dc0d4a8d11101465fc16c3ce41cc964:/Makefile diff --git a/Makefile b/Makefile index 58aaa5b..9d1938d 100644 --- a/Makefile +++ b/Makefile @@ -24,8 +24,8 @@ DEBUGBUILD = FALSE # IDE Flags (Keeps various IDEs happy) ########################################################################## +#OPTDEFINES = -D __NEWLIB__ -DR0KET OPTDEFINES = -D __NEWLIB__ -DHOB_REV2 - ########################################################################## # Project-specific files ########################################################################## @@ -41,6 +41,7 @@ SRCS = \ badge/jumpnrun/tiles.c \ badge/ui/display.c \ badge/ui/event.c \ + badge/ui/font.c \ badge/ui/sprite.c SRCS += \ @@ -48,6 +49,9 @@ SRCS += \ dataflash/diskio.c \ dataflash/at45db041d.c +SRCS += \ + funk/nrf24l01p.c + SRCS += \ project/commands.c