mirror of
https://github.com/kelvinlawson/atomthreads.git
synced 2026-05-04 09:21:31 +02:00
10 lines
182 B
Makefile
10 lines
182 B
Makefile
##########################
|
|
# Board specific objects #
|
|
##########################
|
|
|
|
# board object files
|
|
objs += pb-a8/arm_pic.o
|
|
objs += pb-a8/arm_timer.o
|
|
objs += pb-a8/arm_uart.o
|
|
|