minix/minix/llvm/passes/WeakAliasModuleOverride/Makefile
David van Moolenbroek 3956ee9eed LLVM passes: centralize Makefile structure
Make the passes we have so far, hello and WeakAliasModuleOverride,
use settings from a Makefile include file in the parent directory.
This change is in preparation of adding other passes.

Change-Id: Ib195ee7f5c7626f4975368b02c944382e87e3814
2015-09-17 13:56:41 +00:00

8 lines
106 B
Makefile

PASSNAME:= weak-alias-module-override
OBJS= WeakAliasModuleOverride.o
HEADERS=
include ../Makefile.inc