uClibc: fix ubicom32 compile error with 0.9.32
[openwrt.git] / target / linux / adm5120 / image / Makefile
index cb9af20..f628456 100644 (file)
@@ -11,6 +11,10 @@ LOADER_MAKE := $(NO_TRACE_MAKE) -C lzma-loader KDIR=$(KDIR)
 JFFS2BLOCK := $(KDIR)/jffs2.block
 JFFS2MARK := $(KDIR)/jffs2.mark
 
+define imgname
+$(BIN_DIR)/$(IMG_PREFIX)-$(2)-$(patsubst jffs2-%,jffs2,$(1))
+endef
+
 define Build/Clean
        $(LOADER_MAKE) clean
 endef
This page took 0.022474 seconds and 4 git commands to generate.