Changeset dd641e3 in mainline for fb/Makefile
- Timestamp:
- 2006-06-04T12:22:54Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 26f48570
- Parents:
- 67ec84b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
fb/Makefile
r67ec84b rdd641e3 46 46 OUTPUT = fb 47 47 SOURCES = \ 48 fb.c \49 font-8x16.c \50 48 main.c \ 51 49 sysio.c \ 52 ega.c \53 50 ppm.c 51 52 ifeq ($(ARCH), ia32) 53 SOURCES += fb.c \ 54 font-8x16.c \ 55 ega.c 56 endif 57 ifeq ($(ARCH), amd64) 58 SORCES += fb.c \ 59 font-8x16.c \ 60 ega.c 61 endif 62 63 CFLAGS += -D$(ARCH) 64 54 65 55 66 OBJECTS := $(addsuffix .o,$(basename $(SOURCES)))
Note:
See TracChangeset
for help on using the changeset viewer.