diff --git a/inflash/xburst_stage2/Makefile b/inflash/xburst_stage2/Makefile index 05ee6cf..3ad1d96 100644 --- a/inflash/xburst_stage2/Makefile +++ b/inflash/xburst_stage2/Makefile @@ -28,14 +28,10 @@ LIBS := -lstdc++ -lc -lm -lgcc USBBOOTDIR := . -CFLAGS += -I$(USBBOOTDIR)/usb_boot \ - -I$(USBBOOTDIR)/nandflash -I$(USBBOOTDIR)/include \ - -I$(FLASH_TOOL_SRC_PATH) +CFLAGS += -I$(USBBOOTDIR)/include -I$(FLASH_TOOL_SRC_PATH) OBJS := main.o udc.o cache.o serial.o boothandler.o nandflash_4740.o nandflash_4750.o -VPATH := $(USBBOOTDIR)/usb_boot $(USBBOOTDIR)/nandflash - all: xburst_stage2.elf $(OBJCOPY) -O binary xburst_stage2.elf xburst_stage2.bin $(OBJDUMP) -D xburst_stage2.elf > xburst_stage2.dump