mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-24 03:00:54 +07:00
5fa3ea047a
Signed-off-by: AuxXxilium <info@auxxxilium.tech>
17 lines
425 B
Bash
17 lines
425 B
Bash
#!/usr/bin/env bash
|
|
# Copyright (c) 2000-2020 Synology Inc. All rights reserved.
|
|
|
|
# shellcheck source=/dev/null
|
|
source "SynoBuildConf/_env"
|
|
source "SynoBuildConf/_kconfig"
|
|
|
|
kconfig_generate
|
|
|
|
make prepare
|
|
make headers_install
|
|
|
|
# `make headers_install` will deploy all headers (*.h) in "include/uapi" and
|
|
# "arch/$ARCH/include/uapi'. Please *DO NOT* copy the files one by one. Just
|
|
# place your headers at the right location.
|
|
|