summaryrefslogtreecommitdiff
path: root/gfx
diff options
context:
space:
mode:
authormid-kid <esteve.varela@gmail.com>2020-09-15 00:03:44 +0200
committermid-kid <esteve.varela@gmail.com>2020-09-15 00:03:44 +0200
commit884f8a986c893b8840661a60260b6be7f101c36c (patch)
tree863601e28db3736df2a4552900bf0fa84a9773d8 /gfx
parent5736e0a953cd442a76583dd6a9407b4a426115fb (diff)
scan_includes go brrrrr
Diffstat (limited to 'gfx')
-rw-r--r--gfx/gfx.mk7
1 files changed, 0 insertions, 7 deletions
diff --git a/gfx/gfx.mk b/gfx/gfx.mk
index df4c26e..4cb9ef4 100644
--- a/gfx/gfx.mk
+++ b/gfx/gfx.mk
@@ -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 $@ $<