https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 30e67be65d0cef9ca87e7f211c008143f0076a61 authored by Jason Self on 09 December 2010, 22:17:37 UTC
Linux-libre 2.6.36.2-gnu1
Tip revision: 30e67be
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 := aliasing-test

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