aboutsummaryrefslogtreecommitdiff
path: root/lib/mlibc/options/elf/meson.build
blob: b0968014c1ae46096656016114b3955ea41967d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
libc_sources += files(
	'generic/startup.cpp',
	'generic/phdr.cpp',
)

if not no_headers
	install_headers(
		'include/elf.h',
		'include/link.h',
	)
endif