# 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)
Hosts the 0x221E linux distro kernel.Ubuntu
summaryrefslogtreecommitdiff
path: root/drivers/dma-buf/dma-heap.c
AgeCommit message (Expand)Author
2019-12-18dma-heap: Make the symbol 'dma_heap_ioctl_cmds' staticzhong jiang
2019-12-17dma-buf: fix resource leak on -ENOTTY error return pathColin Ian King
2019-12-17dma-buf: heaps: Use _IOCTL_ for userspace IOCTL identifierAndrew F. Davis
2019-12-11dma-buf: Add dma-buf heaps frameworkAndrew F. Davis
2019-10-30Revert "dma-buf: Add dma-buf heaps framework"Sean Paul
2019-10-25dma-buf: Add dma-buf heaps frameworkAndrew F. Davis