chmod 755 makebin.py

This commit is contained in:
dhewg 2010-07-12 13:11:32 +02:00
parent 026b1ccdfc
commit 67b273e735
2 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ LDSCRIPT = mini.ld
LIBS = -lgcc
ELFLOADER = elfloader/elfloader.bin
MAKEBIN = python makebin.py
MAKEBIN = $(CURDIR)/makebin.py
TARGET = armboot.elf
TARGET_BIN = armboot.bin

0
makebin.py Normal file → Executable file
View File