https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 0d69396582e3184f92169b22ecc5dfab2b592639 authored by Jason Self on 17 August 2011, 17:57:24 UTC
Linux-libre 3.0.3-gnu1
Tip revision: 0d69396
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