mirror of
https://github.com/jscrane/Apple1.git
synced 2024-11-22 06:31:37 +00:00
8 lines
166 B
Makefile
8 lines
166 B
Makefile
PROCESSOR_FAMILY := lm4f
|
|
BOARD := lplm4f120h5qr
|
|
# watch the CPU execute
|
|
#CPPFLAGS := -DCPU_DEBUG
|
|
CPPFLAGS := -DHARDWARE_H=\"hw/lm4f-utft-sd.h\"
|
|
|
|
include energia10.mk
|