File: sub.mk

package info (click to toggle)
optee-os 4.8.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 31,960 kB
  • sloc: ansic: 444,388; asm: 12,922; python: 3,719; makefile: 1,681; sh: 238
file content (10 lines) | stat: -rw-r--r-- 298 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
global-incdirs-y += .
srcs-y += adler32.c
srcs-y += inffast.c
srcs-y += inflate.c
srcs-y += inftrees.c
srcs-y += zutil.c
cflags-remove-y += -Wold-style-definition
cflags-remove-y += -Wswitch-default
cflags-remove-y += -Wstrict-prototypes
cflags-y += $(call cc-option,-Wno-deprecated-non-prototype)