forked from jfm92/microByte_firmware
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMakefile
More file actions
33 lines (29 loc) · 1.04 KB
/
Makefile
File metadata and controls
33 lines (29 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
#
# This is a project Makefile. It is assumed the directory this Makefile resides in is a
# project subdirectory.
#
PROJECT_NAME := microByte
PROJECT_VER := 0.83
EXTRA_COMPONENT_DIRS := components/GUI \
components/drivers/system_configuration \
components/drivers/display/backlight_ctrl \
components/drivers/display/ST7789 \
components/drivers/display/display_HAL \
components/drivers/user_input/TCA9555 \
components/drivers/user_input/user_input_HAL \
components/drivers/sd_storage \
components/drivers/battery \
components/drivers/sound \
components/OTA \
components/emulators/GBC \
components/emulators/GBC/gnuboy \
components/emulators/SMS \
components/emulators/SMS/smsplus \
components/emulators/NES \
components/emulators/NES/nofrendo \
components/boot_screen \
components/boot_screen/font_render \
components/drivers/LED \
#components/emulators/SNES/snes9x \
#components/emulators/SNES \
include $(IDF_PATH)/make/project.mk