diff options
| author | Michael Brown | 2005-03-08 19:53:11 +0100 |
|---|---|---|
| committer | Michael Brown | 2005-03-08 19:53:11 +0100 |
| commit | 3d6123e69ab879c72ff489afc5bf93ef0b7a94ce (patch) | |
| tree | 9f3277569153a550fa8d81ebd61bd88f266eb8da /src/Makefile-e1 | |
| download | ipxe-3d6123e69ab879c72ff489afc5bf93ef0b7a94ce.tar.gz ipxe-3d6123e69ab879c72ff489afc5bf93ef0b7a94ce.tar.xz ipxe-3d6123e69ab879c72ff489afc5bf93ef0b7a94ce.zip | |
Initial revision
Diffstat (limited to 'src/Makefile-e1')
| -rw-r--r-- | src/Makefile-e1 | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/src/Makefile-e1 b/src/Makefile-e1 new file mode 100644 index 000000000..bdd4917ac --- /dev/null +++ b/src/Makefile-e1 @@ -0,0 +1,18 @@ +ARCH:=e1 +MAKEDEPS:= + +include arch/$(ARCH)/Config +include Config + +CC= e1-coff-gcc +AS= e1-coff-as +LD= e1-coff-ld +SIZE= e1-coff-size +AR= e1-coff-ar +RANLIB= e1-coff-ranlib +OBJCOPY=e1-coff-objcopy + +MAKEDEPS+=Makefile-e1 +BIN=bin-e1 + +include Makefile.main |
