Changeset 79460ae in mainline for libc/Makefile


Ignore:
Timestamp:
2006-05-30T10:40:17Z (19 years ago)
Author:
Josef Cejka <malyzelenyhnus@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
44c6d88d
Parents:
f25b73d6
Message:

Basic support for console driver.
Does not provide separate screens yet.
TODO fix many unhandled states.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libc/Makefile

    rf25b73d6 r79460ae  
    3232LIBC_PREFIX = .
    3333SOFTINT_PREFIX = ../softint
     34CONSOLE_PREFIX = ../console
    3435
    3536## Setup toolchain
     
    3738
    3839include $(LIBC_PREFIX)/Makefile.toolchain
     40
     41CFLAGS += -I$(CONSOLE_PREFIX)
    3942
    4043## Sources
Note: See TracChangeset for help on using the changeset viewer.