generate list of crt files to install instead of hard-coding in makefile
authorRich Felker <dalias@aerifal.cx>
Fri, 19 Feb 2016 19:16:33 +0000 (14:16 -0500)
committerRich Felker <dalias@aerifal.cx>
Fri, 19 Feb 2016 19:16:33 +0000 (14:16 -0500)
commit8b084f06d0e17a8814147c386042f19829aff961
treebf5efe669b1558aee431505980a5479d4fbe6196
parent4c101e158a59eafb8adbfeabab13a8747e4a97cb
generate list of crt files to install instead of hard-coding in makefile

this follows the principle of having the source tree layout define
build semantics. it also makes it possible for crt/$(ARCH) to define
additional installable files, which may be needed for midipix and
other future targets.
Makefile