--- zzzz-none-000/linux-4.9.279/include/uapi/linux/Kbuild 2021-08-08 06:38:54.000000000 +0000 +++ puma7-arm-6591-750/linux-4.9.279/include/uapi/linux/Kbuild 2023-02-08 10:58:16.000000000 +0000 @@ -1,3 +1,5 @@ +# Includes Intel Corporation's changes/modifications dated: 2014, 2018. +# Changed/modified portions - Copyright (c) 2014-2018, Intel Corporation. # UAPI Header export list header-y += android/ header-y += byteorder/ @@ -22,6 +24,7 @@ header-y += netfilter_ipv6/ header-y += usb/ header-y += wimax/ +header-y += mmc/ genhdr-y += version.h @@ -417,6 +420,10 @@ header-y += tipc_config.h header-y += tipc_netlink.h header-y += tipc.h +header-y += ti_hil.h +header-y += ti_pp_path.h +header-y += ti_ppm.h +#header-y += ti_wilink_st.h header-y += toshiba.h header-y += tty_flags.h header-y += tty.h @@ -495,3 +502,26 @@ header-y += wil6210_uapi.h header-y += cifs/ header-y += genwqe/ + +avm_labile_headers += avm_event.h +avm_labile_headers += avm_kernel_config.h +avm_labile_headers += avm_led_event.h +avm_labile_headers += avm_net_trace_ioctl.h +avm_labile_headers += avm_power.h +avm_labile_headers += capi_oslib.h +avm_labile_headers += codec_dsp.h +avm_labile_headers += dio_fpapi.h +avm_labile_headers += import_rtp.h +avm_labile_headers += new_capi.h +avm_labile_headers += rprot_nettty.h +avm_labile_headers += tffs.h + + +# Check existence of avm_labile_headers ('wildcard' functions requires complete +# path, 'header-y' forbids absolute path names). +header-y += $(patsubst $(srctree)/include/uapi/linux/%,%,\ + $(wildcard \ + $(addprefix $(srctree)/include/uapi/linux/,\ + $(avm_labile_headers)))) + +-include $(srctree)/avm/make/generated/uapi-compat-headers.make