Changeset d7eafd8 in mainline
- Timestamp:
- 2006-06-06T12:58:21Z (18 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 085bd54
- Parents:
- 1890e312
- Files:
-
- 2 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Makefile
r1890e312 rd7eafd8 39 39 ns \ 40 40 fb \ 41 kbd \ 41 42 console \ 42 43 tetris \ … … 45 46 46 47 ifeq ($(ARCH), amd64) 47 DIRS += pci \ 48 kbd 48 DIRS += pci 49 49 endif 50 50 ifeq ($(ARCH), ia32) 51 DIRS += pci \ 52 kbd 53 endif 54 ifeq ($(ARCH), mips32) 55 DIRS += kbd 56 endif 57 ifeq ($(ARCH), mips32eb) 58 DIRS += kbd 59 endif 60 ifeq ($(ARCH), ia64) 61 DIRS += kbd 51 DIRS += pci 62 52 endif 63 53
Note:
See TracChangeset
for help on using the changeset viewer.