iwlwifi: pcie: pull out common rfkill IRQ handling code
[linux-2.6/btrfs-unstable.git] / samples / statx / Makefile
blob1f80a3d8cf45ca913e97ba5094443af07a12b6ae
1 # kbuild trick to avoid linker error. Can be omitted if a module is built.
2 obj- := dummy.o
4 # List of programs to build
5 hostprogs-$(CONFIG_SAMPLE_STATX) := test-statx
7 # Tell kbuild to always build the programs
8 always := $(hostprogs-y)
10 HOSTCFLAGS_test-statx.o += -I$(objtree)/usr/include