mirror of
https://github.com/RGBCube/serenity
synced 2025-05-26 01:55:08 +00:00

This adds just enough scaffolding to make cmake succeed. The build falls over immediately.
13 lines
257 B
ArmAsm
13 lines
257 B
ArmAsm
/*
|
|
* Copyright (c) 2021, Nico Weber <thakis@chromium.org>
|
|
*
|
|
* SPDX-License-Identifier: BSD-2-Clause
|
|
*/
|
|
|
|
.section .init, "ax", @progbits
|
|
# FIXME: Possibly incomplete.
|
|
ret
|
|
|
|
.section .fini, "ax", @progbits
|
|
# FIXME: Possibly incomplete.
|
|
ret
|