10 lines
230 B
Text
10 lines
230 B
Text
modules := memory/device \
|
|
memory/bus \
|
|
memory/ram \
|
|
memory/bootrom_overlay \
|
|
memory/register \
|
|
memory/bank \
|
|
cpu/cpu \
|
|
cpu/decoder
|
|
|
|
CXX_FLAGS := -I $(CURDIR)
|