2024-09-23 01:25:37 +02:00
|
|
|
# set flags we check in common settings
|
|
|
|
OLED_ENABLE = yes
|
|
|
|
|
2024-08-27 12:21:54 +02:00
|
|
|
# include common settings
|
2024-09-22 18:20:51 +02:00
|
|
|
ROOT_DIR := $(dir $(realpath $(lastword $(MAKEFILE_LIST))))
|
|
|
|
include ${ROOT_DIR}../../../../rules.mk
|