https://github.com/torvalds/linux
Raw File
Tip revision: f915a3e5b0182dd7376f11337e231500a157e1f4 authored by Linus Torvalds on 19 June 2024, 01:14:48 UTC
arm64: word-at-a-time: improve byte count calculations for LE
Tip revision: f915a3e
Kbuild
# SPDX-License-Identifier: GPL-2.0-only

obj-y += kernel/ mm/

# for cleaning
subdir- += boot
back to top