Changeset 04c7003f in mainline for uspace/srv/drivers/ns8250/Makefile


Ignore:
Timestamp:
2010-05-14T08:11:15Z (14 years ago)
Author:
Lenka Trochtova <trochtova.lenka@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
cf8cc36
Parents:
f619943a
Message:

renamed serial port driver to ns8250, fixed a little bug

File:
1 moved

Legend:

Unmodified
Added
Removed
  • uspace/srv/drivers/ns8250/Makefile

    rf619943a r04c7003f  
    2929LIBS = $(LIBDRV_PREFIX)/libdrv.a $(LIBC_PREFIX)/libc.a
    3030
    31 OUTPUT = serial
     31OUTPUT = ns8250
    3232
    3333SOURCES = \
    34         serial.c
     34        ns8250.c
    3535
    3636include ../../Makefile.common
Note: See TracChangeset for help on using the changeset viewer.