mirror of
https://github.com/hoglet67/AtomBusMon.git
synced 2025-01-04 22:29:30 +00:00
f4bff7757c
Change-Id: Ibedbac5941ab897f0d530dfa3d73cc516d62bd8f
6 lines
125 B
C++
6 lines
125 B
C++
# CPU specfic build flags
|
|
CPU_CFLAGS = -DCPU_Z80 -DCPU_EMBEDDED
|
|
|
|
# CPU specfic object files
|
|
CPU_OBJECTS = disz80.o regsz80.o
|