blob: 0d0326c21acd3e05777d8a6aa644d057e3f0613c (
plain)
1
2
3
4
5
6
7
8
9
10
|
ifeq ($(subdir),csu)
gen-as-const-headers += cpu-features-offsets.sym
endif
ifeq ($(subdir),elf)
sysdep-dl-routines += dl-get-cpu-features
tests += tst-get-cpu-features
tests-static += tst-get-cpu-features-static
endif
|