mirror of
https://github.com/kelvinlawson/atomthreads.git
synced 2026-04-02 01:59:05 +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
|
|
|