diff options
author | mid-kid <esteve.varela@gmail.com> | 2020-09-15 00:03:44 +0200 |
---|---|---|
committer | mid-kid <esteve.varela@gmail.com> | 2020-09-15 00:03:44 +0200 |
commit | 884f8a986c893b8840661a60260b6be7f101c36c (patch) | |
tree | 863601e28db3736df2a4552900bf0fa84a9773d8 /gfx | |
parent | 5736e0a953cd442a76583dd6a9407b4a426115fb (diff) |
scan_includes go brrrrr
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 $@ $< |