remove not needed dirs from creation list (nw)

This commit is contained in:
Miodrag Milanovic 2015-04-04 15:48:29 +02:00
parent ed0de1632e
commit db3cad9be9

View File

@ -798,11 +798,8 @@ clean:
$(SILENT) $(MAKE) $(MAKEPARAMS) -C 3rdparty/genie/build/gmake.$(GENIEOS) -f genie.make clean
GEN_FOLDERS := \
$(GENDIR) \
$(GENDIR)/$(TARGET)/$(SUBTARGET) \
$(GENDIR)/$(TARGET)/layout/ \
$(GENDIR)/osd/modules/debugger/qt/ \
$(GENDIR)/resource/
$(GENDIR)/osd/modules/debugger/qt/
LAYOUTS=$(wildcard $(SRC)/$(TARGET)/layout/*.lay)