summaryrefslogtreecommitdiff
path: root/minix/llvm/passes/sectionify/Makefile
blob: 24012f10e9f7afe522428e0200500c3f918528bb (plain)
1
2
3
4
5
6
PASSNAME:= sectionify

OBJS := SectionifyPass.o
HEADERS = $(wildcard ../include/magic/support/*.h)

include ../Makefile.inc