X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=Makefile.include;h=626c5cda8d2d4176af713477c7e27b27a71cc36c;hb=d319a25de291b75b6bb76463bdc1aa1c851182d8;hp=81c4915a83bc6a4d7e839b7cae0b7eb90cdf8786;hpb=576c66275f9fbc419b6449a72dd870d29bb4bf31;p=sigrok-firmware-fx2lafw.git diff --git a/Makefile.include b/Makefile.include index 81c4915a..626c5cda 100644 --- a/Makefile.include +++ b/Makefile.include @@ -20,11 +20,9 @@ ## OBJCOPY ?= objcopy - FX2LIBDIR ?= ../../fx2lib BUILDDIR ?= build - -SDCCFLAGS += -I../../include/ +SDCCFLAGS += -I../../include $(BUILDDIR)/$(BASENAME).fw: $(BUILDDIR)/$(BASENAME).ihx $(OBJCOPY) -Iihex $< -Obinary $@