Fix layout gen (nw)

This commit is contained in:
Miodrag Milanovic 2015-05-09 16:13:15 +02:00
parent ca37d40f69
commit 6b48183ecf

View File

@ -949,8 +949,8 @@ ifneq (,$(wildcard src/osd/$(OSD)/$(OSD).mak))
include src/osd/$(OSD)/$(OSD).mak
endif
ifneq (,$(wildcard src/$(TARGET)/$(SUBTARGET).mak))
include src/$(TARGET)/$(SUBTARGET).mak
ifneq (,$(wildcard src/$(TARGET)/$(TARGET).mak))
include src/$(TARGET)/$(TARGET).mak
endif
$(GEN_FOLDERS):