blob: 86e834450d529b24e054f1a0e4d97036e81aeabd [file] [log] [blame]
b.liue9582032025-04-17 19:18:16 +08001# SPDX-License-Identifier: GPL-2.0-only
2#
3# Copyright (C) 2015-2020 OpenWrt.org
4
5PKG_CONFIG_DEPENDS+= CONFIG_KERNEL_SECCOMP
6
7ifeq ($(CONFIG_KERNEL_SECCOMP),y)
8 define InstallSeccomp
9 $(INSTALL_DIR) $(1)/etc/seccomp
10 $(INSTALL_DATA) $(2) $(1)/etc/seccomp/
11 endef
12endif