mirror of
https://github.com/hoglet67/AtomBusMon.git
synced 2024-12-22 16:30:06 +00:00
7453cf4f9f
Change-Id: I75ff141a0d3b2c30a37d8f0e497f4f923e302b8b
6 lines
129 B
C++
6 lines
129 B
C++
# CPU specfic build flags
|
|
CPU_CFLAGS = -DCPU=6502 -DCPUEMBEDDED
|
|
|
|
# CPU specfic object files
|
|
CPU_OBJECTS = dis6502.o regs6502.o
|