forked from Imagelibrary/rtems
Corrected Makefile.in to account for placement of include files.
This commit is contained in:
@@ -15,7 +15,7 @@ C_PIECES=
|
|||||||
C_FILES=$(C_PIECES:%=%.c)
|
C_FILES=$(C_PIECES:%=%.c)
|
||||||
C_O_FILES=$(C_PIECES:%=${ARCH}/%.o)
|
C_O_FILES=$(C_PIECES:%=${ARCH}/%.o)
|
||||||
|
|
||||||
H_PIECES=cpu.h a29k.h a29ktypes.h
|
H_PIECES=a29k.h a29ktypes.h cpu.h cpu_asm.h
|
||||||
H_FILES=$(H_PIECES:%=$(srcdir)/%)
|
H_FILES=$(H_PIECES:%=$(srcdir)/%)
|
||||||
|
|
||||||
# Assembly source names, if any, go here -- minus the .S
|
# Assembly source names, if any, go here -- minus the .S
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ C_PIECES=
|
|||||||
C_FILES=$(C_PIECES:%=%.c)
|
C_FILES=$(C_PIECES:%=%.c)
|
||||||
C_O_FILES=$(C_PIECES:%=${ARCH}/%.o)
|
C_O_FILES=$(C_PIECES:%=${ARCH}/%.o)
|
||||||
|
|
||||||
H_PIECES=cpu.h mips68orion.h mipstypes.h idtcpu.h iregdef.h idtmon.h
|
H_PIECES=cpu.h cpu_asm.h idtcpu.h idtmon.h iregdef.h mips64orion.h mipstypes.h
|
||||||
H_FILES=$(H_PIECES:%=$(srcdir)/%)
|
H_FILES=$(H_PIECES:%=$(srcdir)/%)
|
||||||
|
|
||||||
# Assembly source names, if any, go here -- minus the .S
|
# Assembly source names, if any, go here -- minus the .S
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ C_PIECES=
|
|||||||
C_FILES=$(C_PIECES:%=%.c)
|
C_FILES=$(C_PIECES:%=%.c)
|
||||||
C_O_FILES=$(C_PIECES:%=${ARCH}/%.o)
|
C_O_FILES=$(C_PIECES:%=${ARCH}/%.o)
|
||||||
|
|
||||||
H_PIECES=cpu.h ppc.h ppctypes.h
|
H_PIECES=cpu.h mpc860.h ppc.h ppctypes.h
|
||||||
H_FILES=$(H_PIECES:%=$(srcdir)/%)
|
H_FILES=$(H_PIECES:%=$(srcdir)/%)
|
||||||
|
|
||||||
# Assembly source names, if any, go here -- minus the .S
|
# Assembly source names, if any, go here -- minus the .S
|
||||||
|
|||||||
Reference in New Issue
Block a user