Changeset 04c7003f in mainline for uspace/srv/drivers/ns8250/Makefile
- Timestamp:
- 2010-05-14T08:11:15Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- cf8cc36
- Parents:
- f619943a
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/drivers/ns8250/Makefile
rf619943a r04c7003f 29 29 LIBS = $(LIBDRV_PREFIX)/libdrv.a $(LIBC_PREFIX)/libc.a 30 30 31 OUTPUT = serial31 OUTPUT = ns8250 32 32 33 33 SOURCES = \ 34 serial.c34 ns8250.c 35 35 36 36 include ../../Makefile.common
Note:
See TracChangeset
for help on using the changeset viewer.