Makefile (00f5764dbb040188e5dce2cd9e648360886b045c) | Makefile (6944a06d141b9afea38b15da08bd773d90abef0c) |
---|---|
1# List of programs to build | 1# List of programs to build |
2hostprogs-$(CONFIG_SAMPLE_VFS) := \ | 2hostprogs-y := \ |
3 test-fsmount \ 4 test-statx 5 6# Tell kbuild to always build the programs 7always := $(hostprogs-y) 8 9HOSTCFLAGS_test-fsmount.o += -I$(objtree)/usr/include 10HOSTCFLAGS_test-statx.o += -I$(objtree)/usr/include | 3 test-fsmount \ 4 test-statx 5 6# Tell kbuild to always build the programs 7always := $(hostprogs-y) 8 9HOSTCFLAGS_test-fsmount.o += -I$(objtree)/usr/include 10HOSTCFLAGS_test-statx.o += -I$(objtree)/usr/include |