Skip to content

Instantly share code, notes, and snippets.

@bfoz
bfoz / Makefile
Created February 15, 2010 11:56
Compile and link a bootloader using SDCC
ASM= asx8051
CC= sdcc
BOOTLOADER_ADDRESS=0x3000
OUTPUT_DIR= build
.PHONY: $(OUTPUT_DIR)
.SUFFIXES:
.SUFFIXES: .asm .c .ihx .hex .rel