aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
authorLinus Torvalds <torvalds@ppc970.osdl.org>2004-08-03 13:18:03 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-04-07 21:02:33 -0700
commit3027e1c365f4001ddb8a203b5a3a0e7132fd43cc (patch)
tree83bda01050af254d7c40cc2bc5f1b0bebe0b5d6c /Makefile
parent90cb7bdb0e1afcdd0479848d8da99b64a6172a72 (diff)
downloadsparse-dev-3027e1c365f4001ddb8a203b5a3a0e7132fd43cc.tar.gz
Add "bitmap.h" for some simple bitmap ops
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3cfe1d4d..2997809d 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@ AR=ar
PREFIX=$(HOME)
PROGRAMS=test-lexing test-parsing obfuscate check compile test-linearize
-LIB_H= token.h parse.h lib.h symbol.h scope.h expression.h target.h linearize.h
+LIB_H= token.h parse.h lib.h symbol.h scope.h expression.h target.h linearize.h bitmap.h
LIB_OBJS= target.o parse.o tokenize.o pre-process.o symbol.o lib.o scope.o \
expression.o show-parse.o evaluate.o expand.o inline.o linearize.o