summaryrefslogtreecommitdiff
path: root/lib/avb/Makefile
blob: bb96ad14da07755578859ca6f484fc6312aee871 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
subdir-ccflags-y += -I./lib/avb \
			-D_FILE_OFFSET_BITS=64 \
			-D_POSIX_C_SOURCE=199309L \
			-Wa,--noexecstack \
			-Wall \
			-Wextra \
			-Wformat=2 \
			-Wno-type-limits \
			-Wno-psabi \
			-Wno-unused-parameter \
			-ffunction-sections \
			-std=gnu99
obj-y += libavb/
obj-y += libavb_ab/
obj-$(CONFIG_AVB_ATX) += libavb_atx/
obj-y += fsl/