VirtualBox

source: vbox/trunk/src/VBox/Devices/PC/Etherboot-src/Makefile-armnommu@ 40754

Last change on this file since 40754 was 1, checked in by vboxsync, 54 years ago

import

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

© 2023 Oracle
ContactPrivacy policyTerms of Use