Revision ecf223fc0d4070aa7f1dbf17390d659a97dbc9a2 authored by Linus Torvalds on 13 February 2013, 00:20:07 UTC, committed by Linus Torvalds on 13 February 2013, 00:20:07 UTC
Pull hp parisc automounter fix from Helge Deller:
 "This unbreaks automounter support for the parisc architecture (and
  probably aarch64 as well).""

* 'autofs-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux:
  unbreak automounter support on 64-bit kernel with 32-bit userspace (v2)
2 parent s a0e5056 + 4f4ffc3
Raw File
Makefile
# kbuild trick to avoid linker error. Can be omitted if a module is built.
obj- := dummy.o

# List of programs to build
hostprogs-y := getdelays

# Tell kbuild to always build the programs
always := $(hostprogs-y)

HOSTCFLAGS_getdelays.o += -I$(objtree)/usr/include
back to top