uboot-oxnas: fix typo leading to tool not being built
authorJohn Crispin <john@openwrt.org>
Thu, 25 Feb 2016 10:13:53 +0000 (10:13 +0000)
committerJohn Crispin <john@openwrt.org>
Thu, 25 Feb 2016 10:13:53 +0000 (10:13 +0000)
Fixes #21907

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
SVN-Revision: 48764

package/boot/uboot-oxnas/patches/300-oxnas-target.patch

index 44e584204544437fce41e106e0ec1be13d0094a6..e677bd21d26ae45f1ed484e9330ec5ddca45f95e 100644 (file)
@@ -75,7 +75,7 @@
        $(call if_changed,objcopy)
 +ifdef CONFIG_OX820
 +      $(OBJTREE)/tools/mkox820crc $@
-+endef
++endif
  
  LDFLAGS_$(SPL_BIN) += -T u-boot-spl.lds $(LDFLAGS_FINAL)
  ifneq ($(CONFIG_SPL_TEXT_BASE),)