Changeset 28ecadb in mainline for kernel/Makefile
- Timestamp:
- 2006-09-22T21:44:54Z (18 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5d684e4
- Parents:
- 16529d5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/Makefile
r16529d5 r28ecadb 82 82 ifeq ($(CONFIG_TSB),y) 83 83 DEFS += -DCONFIG_TSB 84 endif 85 86 ifeq ($(CONFIG_Z8530),y) 87 DEFS += -DCONFIG_Z8530 88 endif 89 90 ifeq ($(CONFIG_NS16550),y) 91 DEFS += -DCONFIG_NS16550 84 92 endif 85 93
Note:
See TracChangeset
for help on using the changeset viewer.