diff options
Diffstat (limited to 'Documentation/EDID/Makefile')
| -rw-r--r-- | Documentation/EDID/Makefile | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/Documentation/EDID/Makefile b/Documentation/EDID/Makefile deleted file mode 100644 index 17763ca3f12b..000000000000 --- a/Documentation/EDID/Makefile +++ /dev/null @@ -1,26 +0,0 @@ - -SOURCES := $(wildcard [0-9]*x[0-9]*.S) - -BIN := $(patsubst %.S, %.bin, $(SOURCES)) - -IHEX := $(patsubst %.S, %.bin.ihex, $(SOURCES)) - -CODE := $(patsubst %.S, %.c, $(SOURCES)) - -all: $(BIN) $(IHEX) $(CODE) - -clean: - @rm -f *.o *.bin.ihex *.bin *.c - -%.o: %.S - @cc -c $^ - -%.bin: %.o - @objcopy -Obinary $^ $@ - -%.bin.ihex: %.o - @objcopy -Oihex $^ $@ - @dos2unix $@ 2>/dev/null - -%.c: %.bin - @echo "{" >$@; hexdump -f hex $^ >>$@; echo "};" >>$@ |
