From b440307b4a15a540413a7a9f699d388c7428a63c Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Fri, 21 Oct 2016 01:08:43 +0300 Subject: py/py.mk: Automatically add frozen.c to source list if FROZEN_DIR is defined. Now frozen modules generation handled fully by py.mk and available for reuse by any port. --- zephyr/Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'zephyr') diff --git a/zephyr/Makefile b/zephyr/Makefile index 1db84cb32..9682dc5cc 100644 --- a/zephyr/Makefile +++ b/zephyr/Makefile @@ -41,7 +41,6 @@ SRC_C = main.c \ lib/utils/interrupt_char.c \ lib/utils/pyhelp.c \ lib/mp-readline/readline.c \ - $(BUILD)/frozen.c \ $(SRC_MOD) # List of sources for qstr extraction -- cgit v1.2.3