uboot-mvebu: update to version 2024.04
[openwrt/openwrt.git] / include / package-seccomp.mk
1 # SPDX-License-Identifier: GPL-2.0-only
2 #
3 # Copyright (C) 2015-2020 OpenWrt.org
4
5 PKG_CONFIG_DEPENDS+= CONFIG_KERNEL_SECCOMP
6
7 ifeq ($(CONFIG_KERNEL_SECCOMP),y)
8 define InstallSeccomp
9 $(INSTALL_DIR) $(1)/etc/seccomp
10 $(INSTALL_DATA) $(2) $(1)/etc/seccomp/
11 endef
12 endif