Search:
Login
Preferences
Register
Forgot your password?
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Context Navigation
←
Previous Change
Next Change
→
Changeset
a1c7827
in mainline for
Makefile
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
2006-05-16T10:25:22Z (
19 years
ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn
,
master
,
serial
,
ticket/834-toolchain-update
,
topic/msim-upgrade
,
topic/simplify-dev-export
Children:
c2b43de
Parents:
ca603c6
Message:
Added keyboard support to mips.
File:
1 edited
Makefile
(modified)
(
1 diff
)
Legend:
Unmodified
Added
Removed
Makefile
rca603c6
ra1c7827
42
42
43
43
ifeq ($(ARCH), amd64)
44
DIRS += pci
44
DIRS += pci \
45
kbd
45
46
endif
46
47
ifeq ($(ARCH), ia32)
47
48
DIRS += pci \
48
49
kbd
50
endif
51
ifeq ($(ARCH), mips32)
52
DIRS += kbd
53
endif
54
ifeq ($(ARCH), mips32eb)
55
DIRS += kbd
49
56
endif
50
57
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive