Rev 994 | Rev 1127 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 994 | Rev 1031 | ||
---|---|---|---|
Line 38... | Line 38... | ||
38 | CFLAGS += -Iinclude |
38 | CFLAGS += -Iinclude |
39 | 39 | ||
40 | ## Sources |
40 | ## Sources |
41 | # |
41 | # |
42 | 42 | ||
- | 43 | ARCH_SOURCES = |
|
- | 44 | ||
43 | GENERIC_SOURCES = \ |
45 | GENERIC_SOURCES = \ |
44 | generic/division.c |
46 | generic/division.c |
45 | 47 | ||
46 | GENERIC_OBJECTS := $(addsuffix .o,$(basename $(GENERIC_SOURCES))) |
48 | GENERIC_OBJECTS := $(addsuffix .o,$(basename $(GENERIC_SOURCES))) |
47 | 49 |