Skip to content

Commit

Permalink
Support building as micropython USER_C_MODULE.
Browse files Browse the repository at this point in the history
  • Loading branch information
pi-anl committed Oct 21, 2024
1 parent df73531 commit 32287f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion micropython.mk
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ LVGL_PP = $(BUILD)/lvgl/lvgl.pp.c
LVGL_MPY = $(BUILD)/lvgl/lv_mpy.c
LVGL_MPY_METADATA = $(BUILD)/lvgl/lv_mpy.json
QSTR_GLOBAL_DEPENDENCIES += $(LVGL_MPY)
INC += -I$(LVGL_BINDING_DIR) -I$(LVGL_BINDING_DIR)/include
INC += -I$(LVGL_BINDING_DIR) -I$(LVGL_BINDING_DIR)/include -I$(LVGL_DIR)/src
CFLAGS_USERMOD += $(INC) $(LV_CFLAGS)

ifneq ($(MICROPY_FLOAT_IMPL),double)
Expand Down

0 comments on commit 32287f2

Please sign in to comment.