Changeset a4885a42 in mainline
- Timestamp:
- 2009-08-09T16:04:38Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b39fd4c
- Parents:
- e795203
- Location:
- uspace/srv/console
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/console/Makefile
re795203 ra4885a42 35 35 include $(LIBC_PREFIX)/Makefile.toolchain 36 36 37 CFLAGS += -I. -I../fb37 CFLAGS += -I. 38 38 39 39 LIBS = $(LIBC_PREFIX)/libc.a -
uspace/srv/console/console.c
re795203 ra4885a42 34 34 35 35 #include <libc.h> 36 #include <fb.h>37 36 #include <ipc/ipc.h> 38 37 #include <ipc/kbd.h>
Note:
See TracChangeset
for help on using the changeset viewer.