diff options
Diffstat (limited to 'gfx')
-rw-r--r-- | gfx/gfx.mk | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -1,10 +1,3 @@ -gfx_exceptions := \ -$(dir_build)/gfx/data_select/data_select.bin - -gfx := $(filter-out $(gfx_exceptions), \ - $(patsubst %.png, $(dir_build)/%.bin, \ - $(call rwildcard, gfx, *.png))) - RGBGFXFLAGS := $(dir_build)/%.bin: %.png | $$(dir $$@) $(RGBGFX) $(RGBGFXFLAGS) -o $@ $< |