mirror of
https://github.com/OpenEPaperLink/OpenEPaperLink.git
synced 2026-03-22 15:06:59 +01:00
10 lines
203 B
Makefile
10 lines
203 B
Makefile
FLAGS += -Icpu/8051
|
|
|
|
FLAGS += -mmcs51 --std-c2x --opt-code-size --peep-file cpu/8051/peep.def --fomit-frame-pointer
|
|
SOURCES += cpu/8051/asmUtil.c
|
|
CC = sdcc
|
|
TARGETS = main.ihx main.bin
|
|
OBJFILEEXT = rel
|
|
|
|
|