Commit bcdc4cd7 authored by Henrik Nordstrom's avatar Henrik Nordstrom
Browse files

cleanup

parent 61abcd09
...@@ -39,8 +39,6 @@ fel: fel.c ...@@ -39,8 +39,6 @@ fel: fel.c
%: %.c %: %.c
$(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(filter %.c,$^) $(LIBS) $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(filter %.c,$^) $(LIBS)
.dummy: fel-pio.bin
fel-pio.bin: fel-pio.elf fel-pio.nm fel-pio.bin: fel-pio.elf fel-pio.nm
$(CROSS_COMPILE)objcopy -O binary fel-pio.elf fel-pio.bin $(CROSS_COMPILE)objcopy -O binary fel-pio.elf fel-pio.bin
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment