Changeset 90f5d64 in mainline for console/Makefile


Ignore:
Timestamp:
2006-06-03T14:54:51Z (19 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
dc5a0fe1
Parents:
0861786
Message:

AS_AREA_CACHEABLE not needed anymore for sharing.
Added icons to console.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • console/Makefile

    r0861786 r90f5d64  
    4848        gcons.c
    4949
     50IMAGES = helenos.ppm nameic.ppm
     51
    5052ARCH_SOURCES =
    5153
    52 GENERIC_OBJECTS := $(addsuffix .o,$(basename $(GENERIC_SOURCES)))
     54GENERIC_OBJECTS := $(addsuffix .o,$(basename $(GENERIC_SOURCES))) \
     55                        $(addsuffix .o,$(basename $(IMAGES)))   
    5356ARCH_OBJECTS := $(addsuffix .o,$(basename $(ARCH_SOURCES)))
    5457
     
    7982%.o: %.c
    8083        $(CC) $(DEFS) $(CFLAGS) -c $< -o $@
     84
     85%.o: %.ppm
     86        $(OBJCOPY) -I binary -O $(BFD_NAME) -B $(BFD_ARCH) $< $@
Note: See TracChangeset for help on using the changeset viewer.