Changeset 7ee6aff in mainline for kbd/Makefile
- Timestamp:
- 2006-05-16T13:54:19Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 38edb96
- Parents:
- 450cd3a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kbd/Makefile
r450cd3a r7ee6aff 31 31 32 32 LIBC_PREFIX = ../libc 33 LIBIPC_PREFIX = ../libipc34 33 SOFTINT_PREFIX = ../softint 35 34 include $(LIBC_PREFIX)/Makefile.toolchain 36 35 37 CFLAGS += -Iinclude -I../lib ipc/include -I../libadt/include36 CFLAGS += -Iinclude -I../libadt/include 38 37 39 LIBS = $(LIB IPC_PREFIX)/libipc.a $(LIBC_PREFIX)/libc.a38 LIBS = $(LIBC_PREFIX)/libc.a 40 39 41 40 ## Sources
Note:
See TracChangeset
for help on using the changeset viewer.