aboutsummaryrefslogtreecommitdiff
path: root/src/boot/Config.lb
blob: 700f19d9178ed4ed9c03e8089194019b76360d59 (plain)
1
2
3
4
5
6
7
8
9
object hardwaremain.o
if CONFIG_CBFS
	object selfboot.o
else
	object elfboot.o
end
if CONFIG_FS_PAYLOAD
	object filo.o
end