Rev 602 | Rev 621 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 602 | Rev 620 | ||
|---|---|---|---|
| Line 42... | Line 42... | ||
| 42 | -include Makefile.config |
42 | -include Makefile.config |
| 43 | 43 | ||
| 44 | ## Common compiler flags |
44 | ## Common compiler flags |
| 45 | # |
45 | # |
| 46 | 46 | ||
| 47 | DEFS = -D$(ARCH) -DARCH=$(ARCH) -DRELEASE=\"$(RELEASE)\" "-DNAME=\"$(NAME)\"" |
47 | DEFS = -D$(ARCH)=$(ARCH) -DARCH=$(ARCH) -DRELEASE=\"$(RELEASE)\" "-DNAME=\"$(NAME)\"" |
| 48 | CFLAGS = -fno-builtin -fomit-frame-pointer -Werror-implicit-function-declaration -Wmissing-prototypes -Werror -O3 -nostdlib -nostdinc -Igeneric/include/ |
48 | CFLAGS = -fno-builtin -fomit-frame-pointer -Werror-implicit-function-declaration -Wmissing-prototypes -Werror -O3 -nostdlib -nostdinc -Igeneric/include/ |
| 49 | LFLAGS = -M |
49 | LFLAGS = -M |
| 50 | AFLAGS = |
50 | AFLAGS = |
| 51 | 51 | ||
| 52 | ifdef REVISION |
52 | ifdef REVISION |
| 53 | DEFS += "-DREVISION=\"$(REVISION)\"" |
53 | DEFS += "-DREVISION=\"$(REVISION)\"" |