blob: a88068b0027bf662c163568b626b93006bfada94 [file] [log] [blame]
subdir-$(CONFIG_SECURITY_CONTAINER_MONITOR) += nanopb
obj-$(CONFIG_SECURITY_CONTAINER_MONITOR) += nanopb/
obj-$(CONFIG_SECURITY_CONTAINER_MONITOR) += protos.o
protos-y := config.pb.o event.pb.o
ccflags-y := -I$(srctree)/security/container/protos \
-I$(srctree)/security/container/protos/nanopb \
$(PB_CCFLAGS)