diff options
| author | Linus Torvalds <torvalds@ppc970.osdl.org> | 2004-08-03 13:18:03 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-04-07 21:02:33 -0700 |
| commit | 3027e1c365f4001ddb8a203b5a3a0e7132fd43cc (patch) | |
| tree | 83bda01050af254d7c40cc2bc5f1b0bebe0b5d6c /Makefile | |
| parent | 90cb7bdb0e1afcdd0479848d8da99b64a6172a72 (diff) | |
| download | sparse-dev-3027e1c365f4001ddb8a203b5a3a0e7132fd43cc.tar.gz | |
Add "bitmap.h" for some simple bitmap ops
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
