Changeset 36b8100a in mainline for uspace/app/init/Makefile


Ignore:
Timestamp:
2009-06-03T19:29:18Z (15 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
73878c1
Parents:
595edf5
Message:

init rewrite: remove banner, start getvc to acquire first seven virtual terminals

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/init/Makefile

    r595edf5 r36b8100a  
    2727#
    2828
    29 include ../../../version
    30 
    3129## Setup toolchain
    3230#
     
    3735include $(LIBC_PREFIX)/Makefile.toolchain
    3836
    39 CFLAGS += -I../../srv/kbd/include
    40 
    4137LIBS = $(LIBC_PREFIX)/libc.a
    42 DEFS += -DRELEASE=$(RELEASE)
    4338
    4439## Sources
     
    4742OUTPUT = init
    4843SOURCES = \
    49         init.c \
    50         version.c
     44        init.c
    5145
    5246OBJECTS := $(addsuffix .o,$(basename $(SOURCES)))
Note: See TracChangeset for help on using the changeset viewer.