Files
linux-apfs/tools/lib/api/Build
T

10 lines
195 B
Python
Raw Normal View History

libapi-y += fd/
libapi-y += fs/
libapi-y += cpu.o
2016-02-14 17:03:42 +01:00
libapi-y += debug.o
2016-07-27 17:09:17 -03:00
libapi-y += str_error_r.o
$(OUTPUT)str_error_r.o: ../str_error_r.c FORCE
$(call rule_mkdir)
$(call if_changed_dep,cc_o_c)