aboutsummaryrefslogtreecommitdiffstats
path: root/dummy/Makefile
blob: 11ceceb0a57d16a62394f9dcf004f523d72fa6ad (plain)
1
2
3
4
5
6
obj-$(CONFIG_AVIRT_AP_DUMMY) += snd-avirt-ap-dummy.o

$(info $(src))
snd-avirt-ap-dummy-objs := dummy.o
ccflags-y += -Idrivers/staging/
ccflags-y += -I$(src)/../
-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
require recipes-kernel/linux-libc-headers/linux-libc-headers.inc

EXTRA_OEMAKE = "-e MAKEFLAGS="
KORG_ARCHIVE_COMPRESSION = "xz"
COMPATIBLE_MACHINE = "(alt|gose|koelsch|lager|porter|silk)"
PV_append = "+git${SRCREV}"

FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"

RENESAS_BACKPORTS_URL="git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas-backport.git"
SRCREV = "b8ca8c397343f4233f9f68fc3a5bf8e1c9b88251"
SRC_URI = "${RENESAS_BACKPORTS_URL};protocol=git;branch=bsp/v3.10.31-ltsi/rcar-gen2-1.9.2 \
          file://scripts-Makefile.headersinst-install-headers-from-sc.patch \
          file://0001-kernel-add-support-for-gcc-5.patch \
"
S = "${WORKDIR}/git"