diff options
Diffstat (limited to 'apps')
| -rw-r--r-- | apps/bitmaps/bitmaps.make | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/bitmaps/bitmaps.make b/apps/bitmaps/bitmaps.make index 159c31b..a8165b9 100644 --- a/apps/bitmaps/bitmaps.make +++ b/apps/bitmaps/bitmaps.make @@ -25,7 +25,7 @@ ifneq ($(strip $(BMP2RB_REMOTENATIVE)),) BMP += $(call preprocess, $(BITMAPDIR)/remote_native/SOURCES) endif -BMPOBJ = $(BMP:$(ROOTDIR)/%.bmp=$(BUILDDIR)/%.o) +BMPOBJ = $(call full_path_subst,$(ROOTDIR)/%.bmp,$(BUILDDIR)/%.o,$(BMP)) BMPHFILES = $(BMPINCDIR)/usblogo.h $(BMPINCDIR)/remote_usblogo.h \ $(BMPINCDIR)/default_icons.h $(BMPINCDIR)/remote_default_icons.h \ |