mirror of
https://github.com/hoglet67/AtomBusMon.git
synced 2025-08-14 08:26:09 +00:00
6 lines
129 B
C++
6 lines
129 B
C++
# CPU specfic build flags
|
|
CPU_CFLAGS = -DCPU=6809 -DCPUEMBEDDED
|
|
|
|
# CPU specfic object files
|
|
CPU_OBJECTS = dis6809.o regs6809.o
|