Changeset 63b1537 in mainline for boot/arch/sparc64/loader/Makefile


Ignore:
Timestamp:
2009-03-11T17:26:48Z (15 years ago)
Author:
Pavel Rimsky <rimskyp@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
de88998
Parents:
04d672c3
Message:

SGCN driver modified to reflect the new keyboard driver architecture. Making the Serengeti bootable image smaller by not including some servers/applications.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/arch/sparc64/loader/Makefile

    r04d672c3 r63b1537  
    102102        $(USPACEDIR)/srv/kbd/kbd \
    103103        $(USPACEDIR)/srv/console/console \
    104         $(USPACEDIR)/srv/fs/tmpfs/tmpfs \
     104        $(USPACEDIR)/srv/fs/tmpfs/tmpfs
     105
     106ifeq ($(MACHINE),generic)
     107RD_SRVS += \
    105108        $(USPACEDIR)/srv/fs/fat/fat \
    106109        $(USPACEDIR)/srv/fhc/fhc \
    107         $(USPACEDIR)/srv/obio/obio
     110        $(USPACEDIR)/srv/obio/obio
     111endif
    108112
    109113RD_APPS = \
    110114        $(USPACEDIR)/app/tetris/tetris \
    111         $(USPACEDIR)/app/tester/tester \
    112115        $(USPACEDIR)/app/trace/trace \
    113116        $(USPACEDIR)/app/bdsh/bdsh \
    114117        $(USPACEDIR)/app/klog/klog
     118
     119ifeq ($(MACHINE),generic)
     120RD_APPS += \
     121        $(USPACEDIR)/app/tester/tester
     122endif
    115123
    116124OBJECTS := $(addsuffix .o,$(basename $(SOURCES)))
Note: See TracChangeset for help on using the changeset viewer.