minor change
This commit is contained in:
parent
edaf2a01f4
commit
50abc3f33b
1 changed files with 3 additions and 3 deletions
|
@ -2,11 +2,11 @@
|
||||||
|
|
||||||
#PARAMS do not remove this line!
|
#PARAMS do not remove this line!
|
||||||
|
|
||||||
SRC_DIR = $(SRC_HOME)/mach/i386/ce
|
MACH = i386
|
||||||
|
OBJ = obj
|
||||||
|
SRC_DIR = $(SRC_HOME)/mach/$(MACH)/ce
|
||||||
|
|
||||||
CEG = $(TARGET_HOME)/lib.bin/ceg/util
|
CEG = $(TARGET_HOME)/lib.bin/ceg/util
|
||||||
OBJ = obj
|
|
||||||
MACH = i386
|
|
||||||
|
|
||||||
all:
|
all:
|
||||||
make -f $(CEG)/make_asobj "OBJ="$(OBJ) "MACH="$(MACH)
|
make -f $(CEG)/make_asobj "OBJ="$(OBJ) "MACH="$(MACH)
|
||||||
|
|
Loading…
Reference in a new issue