Search:
Login
Preferences
Register
Forgot your password?
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Context Navigation
←
Previous Change
Next Change
→
Changeset
5a4c754
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-04-28T13:02:59Z (
19 years
ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn
,
master
,
serial
,
ticket/834-toolchain-update
,
topic/msim-upgrade
,
topic/simplify-dev-export
Children:
5140e3e
Parents:
3da9987
Message:
Add as.h to libc and compile pci module only for amd64 and ia32.
File:
1 edited
Makefile
(modified)
(
1 diff
)
Legend:
Unmodified
Added
Removed
Makefile
r3da9987
r5a4c754
39
39
libadt \
40
40
init \
41
pci \
42
41
ns
42
43
ifeq ($(ARCH), amd64)
44
DIRS += pci
45
endif
46
ifeq ($(ARCH), ia32)
47
DIRS += pci
48
endif
43
49
44
50
BUILDS := $(addsuffix .build,$(DIRS))
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive