# include/asm-generic contains a lot of files that are used # verbatim by several architectures. # # This Makefile reads the file arch/$(SRCARCH)/include/asm/Kbuild # and for each file listed in this file with generic-y creates # a small wrapper file in $(obj) (arch/$(SRCARCH)/include/generated/asm) kbuild-file := $(srctree)/arch/$(SRCARCH)/include/$(src)/Kbuild -include $(kbuild-file) include scripts/Kbuild.include # Create output directory if not already present _dummy := $(shell [ -d $(obj) ] || mkdir -p $(obj)) quiet_cmd_wrap = WRAP $@ cmd_wrap = echo "\#include " >$@ all: $(patsubst %, $(obj)/%, $(generic-y)) @: $(obj)/%.h: $(call cmd,wrap) /distro/kernel/'>kernel
Hosts the 0x221E linux distro kernel.Ubuntu
summaryrefslogtreecommitdiff
path: root/drivers/media/platform/vsp1/vsp1_rpf.c
AgeCommit message (Expand)Author
2018-09-17media: vsp1: use periods at the end of comment sentencesKieran Bingham
2018-08-03media: vsp1: Support Interlaced display pipelinesKieran Bingham
2018-05-25media: vsp1: Adapt entities to configure into a bodyKieran Bingham
2018-05-25media: vsp1: Refactor display list configure operationsKieran Bingham
2018-05-17media: v4l: vsp1: Use SPDX license headersLaurent Pinchart
2018-05-04media: v4l: vsp1: Rename BRU to BRxLaurent Pinchart
2017-08-20media: v4l: vsp1: Allow entities to participate in the partition algorithmKieran Bingham
2017-08-20media: v4l: vsp1: Move partition rectangles to struct and operate directlyKieran Bingham
2017-04-14[media] v4l: vsp1: wpf: Implement rotation supportLaurent Pinchart