X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=Makefile.include;h=626c5cda8d2d4176af713477c7e27b27a71cc36c;hb=c899ab4fb5e623632d4a02d97a05a2dbb320942d;hp=c7211d8f06c4ae5d208152a70d0d8645b135e4cc;hpb=a15c1f062cebebe9454f1dd69c6a257d15aeff46;p=sigrok-firmware-fx2lafw.git diff --git a/Makefile.include b/Makefile.include index c7211d8f..626c5cda 100644 --- a/Makefile.include +++ b/Makefile.include @@ -22,7 +22,7 @@ OBJCOPY ?= objcopy FX2LIBDIR ?= ../../fx2lib BUILDDIR ?= build -SDCCFLAGS += -I../../include/ +SDCCFLAGS += -I../../include $(BUILDDIR)/$(BASENAME).fw: $(BUILDDIR)/$(BASENAME).ihx $(OBJCOPY) -Iihex $< -Obinary $@