Last change
on this file since 6290 was 1, checked in by vboxsync, 55 years ago |
import
|
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Author Date Id Revision
|
File size:
321 bytes
|
Line | |
---|
1 | ARCH:=armnommu
|
---|
2 | MAKEDEPS:=
|
---|
3 |
|
---|
4 | include Config
|
---|
5 | include arch/$(ARCH)/Config
|
---|
6 |
|
---|
7 | CC= $(CROSS_COMPILE)gcc
|
---|
8 | AS= $(CROSS_COMPILE)as
|
---|
9 | LD= $(CROSS_COMPILE)ld
|
---|
10 | SIZE= $(CROSS_COMPILE)size
|
---|
11 | AR= $(CROSS_COMPILE)ar
|
---|
12 | RANLIB= $(CROSS_COMPILE)ranlib
|
---|
13 | OBJCOPY= $(CROSS_COMPILE)objcopy
|
---|
14 |
|
---|
15 | MAKEDEPS+=Makefile-armnommu
|
---|
16 | BIN=bin
|
---|
17 |
|
---|
18 | include Makefile.main
|
---|
Note:
See
TracBrowser
for help on using the repository browser.