https://jxself.org/git/linux-libre.git
Raw File
Tip revision: b9151d5cb9154fc071151b33f049662416707d26 authored by Jason Self on 03 June 2011, 00:34:32 UTC
Linux-libre 2.6.39.1-gnu1
Tip revision: b9151d5
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