making the linker happy

This commit is contained in:
2024-10-07 16:55:20 +02:00
parent 944e45cad2
commit 791428e6c0
13 changed files with 30 additions and 16 deletions

View File

@ -1,4 +1,4 @@
target_sources(bsp PUBLIC
target_sources(bsp PRIVATE
src/xemacps_bdring.c
src/xemacps.c
src/xemacps_control.c

View File

@ -1,4 +1,4 @@
target_sources(bsp PUBLIC
target_sources(bsp PRIVATE
src/xgpiops_g.c
src/xgpiops_hw.c
src/xgpiops_intr.c

View File

@ -1,4 +1,4 @@
target_sources(bsp PUBLIC
target_sources(bsp PRIVATE
src/xscugic_g.c
src/xscugic.c
src/xscugic_intr.c

View File

@ -1,4 +1,4 @@
target_sources(bsp PUBLIC
target_sources(bsp PRIVATE
src/xscutimer.c
src/xscutimer_sinit.c
src/xscutimer_g.c

View File

@ -1,4 +1,4 @@
target_sources(bsp PUBLIC
target_sources(bsp PRIVATE
src/xscuwdt_sinit.c
src/xscuwdt_selftest.c
src/xscuwdt_g.c

View File

@ -1,4 +1,4 @@
target_sources(bsp PUBLIC
target_sources(bsp PRIVATE
src/translation_table.S
src/cpu_init.S
src/boot.S
@ -14,10 +14,10 @@ target_sources(bsp PUBLIC
src/fstat.c
src/fcntl.c
src/putnum.c
src/_open.c
#src/_open.c
src/xil_testcache.c
src/xil_assert.c
src/_exit.c
#src/_exit.c
src/time.c
src/xil_testio.c
src/xplatform_info.c
@ -33,7 +33,7 @@ target_sources(bsp PUBLIC
src/isatty.c
#src/read.c
#src/inbyte.c
src/close.c
#src/close.c
src/xil_sleeptimer.c
src/print.c
src/xil_printf.c

View File

@ -1,4 +1,4 @@
target_sources(bsp PUBLIC
target_sources(bsp PRIVATE
src/xuartps.c
src/xuartps_hw.c
src/xuartps_intr.c