ad5705bcaf
spaces after the '=' sign in macro assignments. Approved-by: rpaulo (mentor)
13 lines
190 B
Makefile
13 lines
190 B
Makefile
# $FreeBSD$
|
|
|
|
LIB= llvmarminfo
|
|
|
|
SRCDIR= lib/Target/ARM/TargetInfo/
|
|
INCDIR= lib/Target/ARM
|
|
SRCS= ARMTargetInfo.cpp
|
|
|
|
TGHDRS= ARMGenInstrNames \
|
|
ARMGenRegisterNames
|
|
|
|
.include "../clang.lib.mk"
|