fiatlux/firmware/Makefile
jedi f4d1b53760
All checks were successful
continuous-integration/drone/push Build is passing
add basic websocket
2021-07-19 21:26:10 +02:00

25 lines
No EOL
381 B
Makefile

PROGRAM=fiatlux
EXTRA_CFLAGS=-O3 -Ifsdata
EXTRA_COMPONENTS=extras/i2s_dma extras/ws2812_i2s extras/dhcpserver extras/mbedtls extras/httpd extras/sntp extras/cpp_support
LIBS = hal m
FLASH_MODE = dio
include ../modules/rtos/common.mk
html:
@echo "Generating fsdata.."
cd fsdata && ./makefsdata
test: unittest systest
unittest:
true
systest:
true
.NOTPARALLEL: html all