You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
834 B
24 lines
834 B
$(obj)/proca_certificate-asn1.o: $(obj)/proca_certificate-asn1.c \
|
|
$(obj)/proca_certificate-asn1.h
|
|
|
|
$(obj)/proca_certificate.o: $(obj)/proca_certificate-asn1.h
|
|
|
|
obj-$(CONFIG_PROCA) += proca_identity.o proca_fcntl.o \
|
|
proca_task_descr.o proca_certificate-asn1.o \
|
|
proca_certificate.o proca_table.o \
|
|
proca_config.o
|
|
|
|
ccflags-y += -Isecurity/samsung/five/
|
|
|
|
ifdef CONFIG_PROCA_S_OS
|
|
obj-$(CONFIG_PROCA) += s_os/proca_lsm.o
|
|
else
|
|
obj-$(CONFIG_PROCA) += proca_lsm.o
|
|
endif
|
|
|
|
# clean-files is given relative to the current directory,
|
|
# so don't use (obj)/ prefix here.
|
|
# Look at file ../../scripts/Makefile.clean for details.
|
|
clean-files += proca_certificate-asn1.c proca_certificate-asn1.h
|
|
|
|
subdir-ccflags-y += -Wformat
|
|
|